Searched refs:ZExtBits (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 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() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | BasicAliasAnalysis.h | 95 unsigned ZExtBits; member 101 return V == Other.V && ZExtBits == Other.ZExtBits && 136 unsigned &ZExtBits, unsigned &SExtBits,
|