Lines Matching refs:SExtBits
184 unsigned &SExtBits, const DataLayout &DL, unsigned Depth, 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()
273 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits; in GetLinearExpression()
275 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression()
297 SExtBits = OldSExtBits; in GetLinearExpression()
299 SExtBits += ExtendedBy; in GetLinearExpression()
310 SExtBits = OldSExtBits; in GetLinearExpression()
437 unsigned ZExtBits = 0, SExtBits = 0; in DecomposeGEPExpression() local
443 SExtBits += PointerSize - Width; in DecomposeGEPExpression()
449 SExtBits, DL, 0, AC, DT, NSW, NUW); in DecomposeGEPExpression()
463 Decomposed.VarIndices[i].SExtBits == SExtBits) { in DecomposeGEPExpression()
475 VariableGEPIndex Entry = {Index, ZExtBits, SExtBits, in DecomposeGEPExpression()
1584 unsigned ZExtBits = Src[i].ZExtBits, SExtBits = Src[i].SExtBits; in GetIndexDifference() local
1591 Dest[j].ZExtBits != ZExtBits || Dest[j].SExtBits != SExtBits) in GetIndexDifference()
1606 VariableGEPIndex Entry = {V, ZExtBits, SExtBits, -Scale}; in GetIndexDifference()
1622 if (Var0.ZExtBits != Var1.ZExtBits || Var0.SExtBits != Var1.SExtBits || in constantOffsetHeuristic()