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