Lines Matching defs:Ops
351 Value *Ops[3];
352 Ops[0] = CI->getArgOperand(0);
353 Ops[1] = CI->getArgOperand(1);
354 Ops[2] = Size;
355 ReplaceCallWith("memcpy", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());
362 Value *Ops[3];
363 Ops[0] = CI->getArgOperand(0);
364 Ops[1] = CI->getArgOperand(1);
365 Ops[2] = Size;
366 ReplaceCallWith("memmove", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());
374 Value *Ops[3];
375 Ops[0] = Op0;
377 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1),
380 Ops[2] = Size;
381 ReplaceCallWith("memset", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());