Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:BO

35   if (OverflowingBinaryOperator *BO =
37 isNUW = BO->hasNoUnsignedWrap();
38 isNSW = BO->hasNoSignedWrap();
423 if (OverflowingBinaryOperator *BO =
425 isNUW = BO->hasNoUnsignedWrap();
426 isNSW = BO->hasNoSignedWrap();