Lines Matching refs:Ops
340 Value *Ops[3]; in LowerIntrinsicCall() local
341 Ops[0] = CI->getArgOperand(0); in LowerIntrinsicCall()
342 Ops[1] = CI->getArgOperand(1); in LowerIntrinsicCall()
343 Ops[2] = Size; in LowerIntrinsicCall()
344 ReplaceCallWith("memcpy", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()
351 Value *Ops[3]; in LowerIntrinsicCall() local
352 Ops[0] = CI->getArgOperand(0); in LowerIntrinsicCall()
353 Ops[1] = CI->getArgOperand(1); in LowerIntrinsicCall()
354 Ops[2] = Size; in LowerIntrinsicCall()
355 ReplaceCallWith("memmove", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()
363 Value *Ops[3]; in LowerIntrinsicCall() local
364 Ops[0] = Op0; in LowerIntrinsicCall()
366 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1), in LowerIntrinsicCall()
369 Ops[2] = Size; in LowerIntrinsicCall()
370 ReplaceCallWith("memset", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()