Home
last modified time | relevance | path

Searched refs:ExtendedValue (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp235 struct ExtendedValue { struct
240 explicit ExtendedValue(const Value *V, unsigned ZExtBits = 0, in ExtendedValue() function
248 ExtendedValue withValue(const Value *NewV) const { in withValue() argument
249 return ExtendedValue(NewV, ZExtBits, SExtBits); in withValue()
252 ExtendedValue withZExtOfValue(const Value *NewV) const { in withZExtOfValue() argument
256 return ExtendedValue(NewV, ZExtBits + SExtBits + ExtendBy, 0); in withZExtOfValue()
259 ExtendedValue withSExtOfValue(const Value *NewV) const { in withSExtOfValue() argument
263 return ExtendedValue(NewV, ZExtBits, SExtBits + ExtendBy); in withSExtOfValue()
283 ExtendedValue Val;
287 LinearExpression(const ExtendedValue &Val, const APInt &Scale, in LinearExpression()
[all …]