Searched refs:TheFn (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DIRBuilder.cpp89 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); local
91 CallInst *CI = createCallHelper(TheFn, Ops, this);
116 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); local
118 CallInst *CI = createCallHelper(TheFn, Ops, this);
147 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); local
149 CallInst *CI = createCallHelper(TheFn, Ops, this);
175 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start); local
176 return createCallHelper(TheFn, Ops, this);
190 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end); local
191 return createCallHelper(TheFn, Op
246 Value *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes); local
[all...]

Completed in 44 milliseconds