Searched refs:SExtBits (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp183 unsigned &SExtBits, const DataLayout &DL, unsigned Depth,
232 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
237 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
242 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
248 SExtBits, DL, Depth + 1, AC, DT, NSW, NUW);
272 unsigned OldZExtBits = ZExtBits, OldSExtBits = SExtBits;
274 GetLinearExpression(CastOp, Scale, Offset, ZExtBits, SExtBits, DL,
296 SExtBits = OldSExtBits;
298 SExtBits += ExtendedBy;
309 SExtBits
181 GetLinearExpression( const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits, unsigned &SExtBits, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) argument
413 unsigned ZExtBits = 0, SExtBits = 0; local
1493 unsigned ZExtBits = Src[i].ZExtBits, SExtBits = Src[i].SExtBits; local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h85 // SExtBits), ZExtBits) * Scale + Offset.
96 unsigned SExtBits; member in struct:llvm::BasicAAResult::VariableGEPIndex
102 SExtBits == Other.SExtBits && Scale == Other.Scale;
136 unsigned &ZExtBits, unsigned &SExtBits,

Completed in 102 milliseconds