Lines Matching defs:Ops
353 Value *Ops[3];
354 Ops[0] = CI->getArgOperand(0);
355 Ops[1] = CI->getArgOperand(1);
356 Ops[2] = Size;
357 ReplaceCallWith("memcpy", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());
364 Value *Ops[3];
365 Ops[0] = CI->getArgOperand(0);
366 Ops[1] = CI->getArgOperand(1);
367 Ops[2] = Size;
368 ReplaceCallWith("memmove", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());
376 Value *Ops[3];
377 Ops[0] = Op0;
379 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1),
382 Ops[2] = Size;
383 ReplaceCallWith("memset", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());