Home | History | Annotate | Download | only in IR

Lines Matching refs:hasNoUnsignedWrap

2009 bool BinaryOperator::hasNoUnsignedWrap() const {
2010 return cast<OverflowingBinaryOperator>(this)->hasNoUnsignedWrap();