Home
last modified time | relevance | path

Searched defs: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
236 const Value *V;
237 unsigned ZExtBits;
238 unsigned SExtBits;
240 explicit ExtendedValue(const Value *V, unsigned ZExtBits = 0, in ExtendedValue() function
244 unsigned getBitWidth() const { in getBitWidth()
248 ExtendedValue withValue(const Value *NewV) const { in withValue()
252 ExtendedValue withZExtOfValue(const Value *NewV) const { in withZExtOfValue()
259 ExtendedValue withSExtOfValue(const Value *NewV) const { in withSExtOfValue()
266 APInt evaluateWith(APInt N) const { in evaluateWith()
[all …]