Home | History | Annotate | Download | only in VMCore

Lines Matching full: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);
110 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys);
112 CallInst *CI = createCallHelper(TheFn, Ops, this);
132 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start);
133 return createCallHelper(TheFn, Ops, this);
147 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end);
148 return createCallHelper(TheFn, Ops, this);