Lines Matching refs:NSW
185 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression() argument
233 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
238 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
243 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
249 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
254 NSW = NUW = false; in GetLinearExpression()
260 NSW &= BOp->hasNoSignedWrap(); in GetLinearExpression()
276 Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
285 if (NSW) { in GetLinearExpression()
447 bool NSW = true, NUW = true; in DecomposeGEPExpression() local
449 SExtBits, DL, 0, AC, DT, NSW, NUW); in DecomposeGEPExpression()
1634 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
1637 V0SExtBits, DL, 0, AC, DT, NSW, NUW); in constantOffsetHeuristic()
1638 NSW = true; in constantOffsetHeuristic()
1641 V1SExtBits, DL, 0, AC, DT, NSW, NUW); in constantOffsetHeuristic()