Lines Matching refs:NegVal
1641 if (Value *NegVal = dyn_castNegVal(BOp1))1642 return new ICmpInst(ICI.getPredicate(), BOp0, NegVal);1643 if (Value *NegVal = dyn_castNegVal(BOp0))1644 return new ICmpInst(ICI.getPredicate(), NegVal, BOp1);