Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NW

175       OS << "nw><";
1512 // Cache knowledge of AR NW, which is propagated to this AddRec.
1559 // Cache knowledge of AR NW, which is propagated to this
1744 // Thus (AR is not NW => SAdd != OperandExtendedAdd) <=>
1745 // (SAdd == OperandExtendedAdd => AR is NW)
2311 // Always propagate NW.
2926 // The outer recurrence keeps its NW flag but only keeps NUW/NSW if the
2939 // The inner recurrence keeps its NW flag but only keeps NUW/NSW if
8449 SCEV::NoWrapFlags NW = ICmpInst::isSigned(Pred) ?
8451 if (!LAR->getNoWrapFlags(NW) || !RAR->getNoWrapFlags(NW))
9950 replaceSubString(OS.str(), "<nw>", "");