Lines Matching defs:IsNSW
376 bool IsNSW;
379 const APInt &Offset, bool IsNUW, bool IsNSW)
380 : Val(Val), Scale(Scale), Offset(Offset), IsNUW(IsNUW), IsNSW(IsNSW) {}
383 : Val(Val), IsNUW(true), IsNSW(true) {
392 bool NSW = IsNSW && (Other.isOne() || (MulIsNSW && Offset.isZero()));
447 E.IsNSW &= NSW;
455 E.IsNSW &= NSW;
477 E.IsNSW &= NSW;
508 bool IsNSW;
531 << ", nsw=" << IsNSW
715 LE.IsNSW = LE.IsNUW = false;
722 VariableGEPIndex Entry = {LE.Val, Scale, CxtI, LE.IsNSW,
1214 bool Overflows = !DecompGEP1.VarIndices[0].IsNSW;
1258 if (!Index.IsNSW)
1278 if (Index.IsNSW)
1323 if (Var.IsNSW)
1870 Dest.IsNSW = false;
1882 Dest.IsNSW = false;
1892 VariableGEPIndex Entry = {Src.Val, Src.Scale, Src.CxtI, Src.IsNSW,