Searched refs:FArgTypes (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 58 FArgTypes.push_back(Type::getInt8Ty(Ctx)); in ModuleWithFunctionTest() 59 FArgTypes.push_back(Type::getInt32Ty(Ctx)); in ModuleWithFunctionTest() 60 FArgTypes.push_back(Type::getInt64Ty(Ctx)); in ModuleWithFunctionTest() 62 FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false); in ModuleWithFunctionTest() 68 SmallVector<Type *, 3> FArgTypes; member in llvm::__anon2f4dac760111::ModuleWithFunctionTest 81 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F() 99 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 70 FArgTypes.push_back(Type::getInt8Ty(Ctx)); in ModuleWithFunctionTest() 71 FArgTypes.push_back(Type::getInt32Ty(Ctx)); in ModuleWithFunctionTest() 72 FArgTypes.push_back(Type::getInt64Ty(Ctx)); in ModuleWithFunctionTest() 74 FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false); in ModuleWithFunctionTest() 80 SmallVector<Type *, 3> FArgTypes; member in llvm::__anonb6215ace0111::ModuleWithFunctionTest 93 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F() 111 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F()
|