Searched refs:TypeFunctionInst (Results 1 – 6 of 6) sorted by relevance
316 TypeFunctionInst *Module::getFunctionType(Instruction *retType, in getFunctionType()322 TypeFunctionInst *351 size_t Module::getSize(TypeFunctionInst *) { in getSize() argument368 return getSize(static_cast<TypeFunctionInst *>(inst)); in getSize()813 TypeFunctionInst *GlobalSection::getFunctionType(Instruction *retType, in getFunctionType()816 return findOrCreate<TypeFunctionInst>( in getFunctionType()817 [=](TypeFunctionInst *type) -> bool { in getFunctionType()829 [=]() -> TypeFunctionInst * { in getFunctionType()830 TypeFunctionInst *funcTy = mBuilder->MakeTypeFunction(retType); in getFunctionType()
35 TypeFunctionInst *funcType);
42 TypeFunctionInst *funcType) { in MakeFunctionDefinition()
174 TypeFunctionInst *getFunctionType(Instruction *retType,177 TypeFunctionInst *getFunctionType(Instruction *retType,186 size_t getSize(TypeFunctionInst *funcTy);422 TypeFunctionInst *getFunctionType(Instruction *retType,
98 EXPECT_EQ(2, countEntity<TypeFunctionInst>(m)); in TEST_F()
88 TypeFunctionInst *FuncTy = m->getFunctionType(VoidTy, nullptr, 0); in AddWrapper()