Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NegVal

1421           if (Value *NegVal = dyn_castNegVal(BOp1))
1422 return new ICmpInst(ICI.getPredicate(), BOp0, NegVal);
1423 if (Value *NegVal = dyn_castNegVal(BOp0))
1424 return new ICmpInst(ICI.getPredicate(), NegVal, BOp1);