Lines Matching defs:TheFn
70 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys);
72 CallInst *CI = createCallHelper(TheFn, Ops, this);
90 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys);
92 CallInst *CI = createCallHelper(TheFn, Ops, this);
114 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys);
116 CallInst *CI = createCallHelper(TheFn, Ops, this);
136 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start);
137 return createCallHelper(TheFn, Ops, this);
151 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end);
152 return createCallHelper(TheFn, Ops, this);