Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSNeg

1274   if (Value *RHSNeg = dyn_castNegVal(Op1))
1275 if (!isa<Constant>(RHSNeg) ||
1276 (isa<ConstantInt>(RHSNeg) &&
1277 cast<ConstantInt>(RHSNeg)->getValue().isStrictlyPositive())) {
1280 I.setOperand(1, RHSNeg);