Lines Matching defs:RepOp
1938 static Value *simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp,
4301 static Value *simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp,
4311 return RepOp;
4345 // Replace Op with RepOp in instruction operands.
4350 InstOp, Op, RepOp, Q, AllowRefinement, DropFlags, MaxRecurse)) {
4398 NewOps[0] == RepOp && NewOps[1] == RepOp)
4439 // If all operands are constant after substituting Op for RepOp then we can
4477 Value *llvm::simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp,
4484 return ::simplifyWithOpReplaced(V, Op, RepOp, Q.getWithoutUndef(),
4486 return ::simplifyWithOpReplaced(V, Op, RepOp, Q, AllowRefinement, DropFlags,