Home
last modified time | relevance | path

Searched refs:FuncTy_2_args (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.cpp414 std::vector<Type*>FuncTy_2_args; in makeLLVMModule() local
415 FuncTy_2_args.push_back(IntegerType::get(getGlobalContext(), 1)); in makeLLVMModule()
418 /*Params=*/FuncTy_2_args, in makeLLVMModule()
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp418 std::vector<Type*>FuncTy_2_args; in makeLLVMModule() local
419 FuncTy_2_args.push_back(IntegerType::get(Context, 1)); in makeLLVMModule()
422 /*Params=*/FuncTy_2_args, in makeLLVMModule()