Searched defs:TheFn (Results 1 – 2 of 2) sorted by relevance
70 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local90 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy() local114 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local136 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start); in CreateLifetimeStart() local151 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end); in CreateLifetimeEnd() local
136 Function *TheFn = nullptr; in ValidateEndOfModule() local196 bool LLParser::ResolveForwardRefBlockAddresses(Function *TheFn, in ResolveForwardRefBlockAddresses()