• Home
  • Raw
  • Download

Lines Matching refs:ZExtBits

182     const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits,  in GetLinearExpression()  argument
231 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
236 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
241 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
247 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, ZExtBits, in GetLinearExpression()
272 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits; in GetLinearExpression()
274 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL, in GetLinearExpression()
281 if (isa<SExtInst>(V) && ZExtBits == 0) { in GetLinearExpression()
295 ZExtBits = OldZExtBits; in GetLinearExpression()
308 ZExtBits = OldZExtBits; in GetLinearExpression()
311 ZExtBits += ExtendedBy; in GetLinearExpression()
413 unsigned ZExtBits = 0, SExtBits = 0; in DecomposeGEPExpression() local
425 Index = GetLinearExpression(Index, IndexScale, IndexOffset, ZExtBits, in DecomposeGEPExpression()
438 if (VarIndices[i].V == Index && VarIndices[i].ZExtBits == ZExtBits && in DecomposeGEPExpression()
454 VariableGEPIndex Entry = {Index, ZExtBits, SExtBits, in DecomposeGEPExpression()
1085 bool IsZExt = GEP1VariableIndices[i].ZExtBits > 0 || isa<ZExtInst>(V); in aliasGEP()
1478 unsigned ZExtBits = Src[i].ZExtBits, SExtBits = Src[i].SExtBits; in GetIndexDifference() local
1485 Dest[j].ZExtBits != ZExtBits || Dest[j].SExtBits != SExtBits) in GetIndexDifference()
1500 VariableGEPIndex Entry = {V, ZExtBits, SExtBits, -Scale}; in GetIndexDifference()
1516 if (Var0.ZExtBits != Var1.ZExtBits || Var0.SExtBits != Var1.SExtBits || in constantOffsetHeuristic()