Searched refs:TheFn (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 89 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local 91 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemSet() 116 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy() local 118 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemCpy() 147 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local 149 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemMove() 175 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start); in CreateLifetimeStart() local 176 return createCallHelper(TheFn, Ops, this); in CreateLifetimeStart() 190 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end); in CreateLifetimeEnd() local 191 return createCallHelper(TheFn, Ops, this); in CreateLifetimeEnd() [all …]
|