Lines Matching defs:IsNSW
372 bool IsNSW;
375 const APInt &Offset, bool IsNSW)
376 : Val(Val), Scale(Scale), Offset(Offset), IsNSW(IsNSW) {}
378 LinearExpression(const CastedValue &Val) : Val(Val), IsNSW(true) {
387 bool NSW = IsNSW && (Other.isOne() || (MulIsNSW && Offset.isZero()));
440 E.IsNSW &= NSW;
447 E.IsNSW &= NSW;
468 E.IsNSW &= NSW;
513 bool IsNSW;
536 << ", nsw=" << IsNSW
717 LE.IsNSW = false; // We cannot guarantee nsw for the merge.
728 VariableGEPIndex Entry = {LE.Val, Scale, CxtI, LE.IsNSW,
1220 bool Overflows = !DecompGEP1.VarIndices[0].IsNSW;
1250 if (!Index.IsNSW)
1270 if (Index.IsNSW)
1315 if (Var.IsNSW)
1856 Dest.IsNSW = false;
1863 Dest.IsNSW = false;
1873 VariableGEPIndex Entry = {Src.Val, Src.Scale, Src.CxtI, Src.IsNSW,