Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp74 FArgTypes.push_back(Type::getInt8Ty(Ctx)); in ModuleWithFunctionTest()
75 FArgTypes.push_back(Type::getInt32Ty(Ctx)); in ModuleWithFunctionTest()
76 FArgTypes.push_back(Type::getInt64Ty(Ctx)); in ModuleWithFunctionTest()
78 FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false); in ModuleWithFunctionTest()
84 SmallVector<Type *, 3> FArgTypes; member in llvm::__anona34c645b0111::ModuleWithFunctionTest
97 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F()
119 EXPECT_EQ(FArgTypes[Idx], Arg->getType()); in TEST_F()