Lines Matching refs:NSW
184 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression() argument
232 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
237 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
242 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
248 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
253 NSW = NUW = false; in GetLinearExpression()
259 NSW &= BOp->hasNoSignedWrap(); in GetLinearExpression()
275 Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression()
284 if (NSW) { in GetLinearExpression()
424 bool NSW = true, NUW = true; in DecomposeGEPExpression() local
426 SExtBits, DL, 0, AC, DT, NSW, NUW); in DecomposeGEPExpression()
1528 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
1531 V0SExtBits, DL, 0, AC, DT, NSW, NUW); in constantOffsetHeuristic()
1532 NSW = true, NUW = true; in constantOffsetHeuristic()
1534 V1SExtBits, DL, 0, AC, DT, NSW, NUW); in constantOffsetHeuristic()