Home | History | Annotate | Download | only in InstCombine

Lines Matching full:xneg

1459       if (Value *XNeg = dyn_castNegVal(X))
1460 return BinaryOperator::CreateShl(XNeg, Y);