Home | History | Annotate | Download | only in VMCore

Lines Matching refs:hasNoSignedWrap

2003 bool BinaryOperator::hasNoSignedWrap() const {
2004 return cast<OverflowingBinaryOperator>(this)->hasNoSignedWrap();