Lines Matching refs:Ops
481 Value *Ops[3]; in LowerIntrinsicCall() local
482 Ops[0] = CI->getArgOperand(0); in LowerIntrinsicCall()
483 Ops[1] = CI->getArgOperand(1); in LowerIntrinsicCall()
484 Ops[2] = Size; in LowerIntrinsicCall()
485 ReplaceCallWith("memcpy", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()
492 Value *Ops[3]; in LowerIntrinsicCall() local
493 Ops[0] = CI->getArgOperand(0); in LowerIntrinsicCall()
494 Ops[1] = CI->getArgOperand(1); in LowerIntrinsicCall()
495 Ops[2] = Size; in LowerIntrinsicCall()
496 ReplaceCallWith("memmove", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()
504 Value *Ops[3]; in LowerIntrinsicCall() local
505 Ops[0] = Op0; in LowerIntrinsicCall()
507 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1), in LowerIntrinsicCall()
510 Ops[2] = Size; in LowerIntrinsicCall()
511 ReplaceCallWith("memset", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()