Home | History | Annotate | Download | only in IR

Lines Matching refs:hasNoSignedWrap

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