Lines Matching refs:NWFlags
562 GEPNoWrapFlags NWFlags = GEPNoWrapFlags::all(); member
569 OS << ", inbounds=" << (NWFlags.isInBounds() ? "1" : "0") in print()
570 << ", nuw=" << (NWFlags.hasNoUnsignedWrap() ? "1" : "0") in print()
658 Decomposed.NWFlags &= GEPOp->getNoWrapFlags(); in DecomposeGEPExpression()
718 Decomposed.NWFlags = Decomposed.NWFlags.withoutNoUnsignedWrap(); in DecomposeGEPExpression()
1129 if (DecompGEP1.NWFlags.isInBounds() && DecompGEP1.VarIndices.empty() && in aliasGEP()
1136 if (DecompGEP2.NWFlags.isInBounds() && DecompGEP1.VarIndices.empty() && in aliasGEP()
1256 DecompGEP1.NWFlags.hasNoUnsignedWrap() && V2Size.hasValue() && in aliasGEP()
1882 DestGEP.NWFlags = DestGEP.NWFlags.withoutNoUnsignedWrap(); in subtractDecomposedGEPs()
1909 DestGEP.NWFlags = DestGEP.NWFlags.withoutNoUnsignedWrap(); in subtractDecomposedGEPs()
1927 DestGEP.NWFlags = DestGEP.NWFlags.withoutNoUnsignedWrap(); in subtractDecomposedGEPs()