Lines Matching refs:Ops
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("memcpy", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()
362 Value *Ops[3]; in LowerIntrinsicCall() local
363 Ops[0] = CI->getArgOperand(0); in LowerIntrinsicCall()
364 Ops[1] = CI->getArgOperand(1); in LowerIntrinsicCall()
365 Ops[2] = Size; in LowerIntrinsicCall()
366 ReplaceCallWith("memmove", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()
374 Value *Ops[3]; in LowerIntrinsicCall() local
375 Ops[0] = Op0; in LowerIntrinsicCall()
377 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1), in LowerIntrinsicCall()
380 Ops[2] = Size; in LowerIntrinsicCall()
381 ReplaceCallWith("memset", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()