Searched refs:getOrCreateFunction (Results 1 – 3 of 3) sorted by relevance
130 static Function *getOrCreateFunction(Module *M, Type *RetTy, in getOrCreateFunction() function153 getOrCreateFunction(M, FSHRetTy, FSHFuncTy->params(), FuncName); in lowerFunnelShifts()235 getOrCreateFunction(M, FSHLRetTy, UMulFuncTy->params(), FuncName); in lowerUMulWithOverflow()
98 llvm::Expected<Function *> getOrCreateFunction(const FunctionDecl *F);
209 llvm::Expected<Function *> Program::getOrCreateFunction(const FunctionDecl *F) { in getOrCreateFunction() function in Program