Lines Matching refs:ZExtBits
240 const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits, in GetLinearExpression() argument
288 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
293 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
298 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
304 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
342 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits; in GetLinearExpression()
344 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression()
351 if (isa<SExtInst>(V) && ZExtBits == 0) { in GetLinearExpression()
365 ZExtBits = OldZExtBits; in GetLinearExpression()
378 ZExtBits = OldZExtBits; in GetLinearExpression()
381 ZExtBits += ExtendedBy; in GetLinearExpression()
530 unsigned ZExtBits = 0, SExtBits = 0; in DecomposeGEPExpression() local
542 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression()
562 ZExtBits = SExtBits = 0; in DecomposeGEPExpression()
576 Decomposed.VarIndices[i].ZExtBits == ZExtBits && in DecomposeGEPExpression()
589 VariableGEPIndex Entry = {Index, ZExtBits, SExtBits, Scale}; in DecomposeGEPExpression()
1450 bool IsZExt = DecompGEP1.VarIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP()
1884 unsigned ZExtBits = Src[i].ZExtBits, SExtBits = Src[i].SExtBits; in GetIndexDifference() local
1891 Dest[j].ZExtBits != ZExtBits || Dest[j].SExtBits != SExtBits) in GetIndexDifference()
1906 VariableGEPIndex Entry = {V, ZExtBits, SExtBits, -Scale}; in GetIndexDifference()
1925 if (Var0.ZExtBits != Var1.ZExtBits || Var0.SExtBits != Var1.SExtBits || in constantOffsetHeuristic()