Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:BinOP

541         BinaryOperator &BinOP = *cast<BinaryOperator>(I);
542 BinOP.setHasNoSignedWrap(false);
543 BinOP.setHasNoUnsignedWrap(false);