mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
For PR1205:
Remove ConstantInt from ConstantRange interface and adjust its users to compensate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -85,6 +85,10 @@ namespace llvm {
|
||||
///
|
||||
virtual const Type *getType() const = 0;
|
||||
|
||||
/// getBitWidth - Get the bit width of the type, if it has one, 0 otherwise.
|
||||
///
|
||||
uint32_t getBitWidth() const;
|
||||
|
||||
/// replaceSymbolicValuesWithConcrete - If this SCEV internally references
|
||||
/// the symbolic value "Sym", construct and return a new SCEV that produces
|
||||
/// the same value, but which uses the concrete value Conc instead of the
|
||||
|
Reference in New Issue
Block a user