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