Lines Matching refs:Ops
470 Value *Ops[3]; in LowerIntrinsicCall() local
471 Ops[0] = CI->getArgOperand(0); in LowerIntrinsicCall()
472 Ops[1] = CI->getArgOperand(1); in LowerIntrinsicCall()
473 Ops[2] = Size; in LowerIntrinsicCall()
474 ReplaceCallWith("memcpy", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()
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("memmove", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()
493 Value *Ops[3]; in LowerIntrinsicCall() local
494 Ops[0] = Op0; in LowerIntrinsicCall()
496 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1), in LowerIntrinsicCall()
499 Ops[2] = Size; in LowerIntrinsicCall()
500 ReplaceCallWith("memset", CI, Ops, Ops+3, CI->getArgOperand(0)->getType()); in LowerIntrinsicCall()