D | BasicAliasAnalysis.cpp | 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() 258 NUW &= BOp->hasNoUnsignedWrap(); in GetLinearExpression() 275 Depth + 1, AC, DT, NSW, NUW); in GetLinearExpression() 302 if (!NUW) { in GetLinearExpression() 424 bool NSW = true, NUW = true; in DecomposeGEPExpression() local [all …]
|