Lines Matching refs:RHSNeg
1186 if (Value *RHSNeg = dyn_castNegVal(Op1))1187 if (!isa<Constant>(RHSNeg) ||1188 (isa<ConstantInt>(RHSNeg) &&1189 cast<ConstantInt>(RHSNeg)->getValue().isStrictlyPositive())) {1192 I.setOperand(1, RHSNeg);