Home | History | Annotate | Download | only in IR

Lines Matching refs:HasNSW

2083 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) {
2087 C, HasNUW, HasNSW);
2103 bool HasNUW, bool HasNSW) {
2105 (HasNSW ? OverflowingBinaryOperator::NoSignedWrap : 0);
2114 bool HasNUW, bool HasNSW) {
2116 (HasNSW ? OverflowingBinaryOperator::NoSignedWrap : 0);
2125 bool HasNUW, bool HasNSW) {
2127 (HasNSW ? OverflowingBinaryOperator::NoSignedWrap : 0);
2174 bool HasNUW, bool HasNSW) {
2176 (HasNSW ? OverflowingBinaryOperator::NoSignedWrap : 0);