Joos1W Compiler Framework
|
This is the complete list of members for tir::ConstantInt, including all inherited members.
addChild(Value *operand) (defined in tir::User) | tir::User | inlineprotected |
addUser(User *user) (defined in tir::Value) | tir::Value | inline |
AllOnes(Context &ctx, Type *type) (defined in tir::ConstantInt) | tir::ConstantInt | inlinestatic |
children() const (defined in tir::User) | tir::User | inline |
Constant(Context &ctx, Type *type) (defined in tir::Constant) | tir::Constant | inlineprotected |
Create(Context &ctx, Type *type, uint64_t value) (defined in tir::ConstantInt) | tir::ConstantInt | inlinestatic |
CreateBool(Context &ctx, bool value) (defined in tir::Constant) | tir::Constant | inlinestatic |
CreateInt(Context &ctx, uint8_t bits, uint32_t value) (defined in tir::Constant) | tir::Constant | static |
CreateInt32(Context &ctx, uint32_t value) (defined in tir::Constant) | tir::Constant | inlinestatic |
CreateNullPointer(Context &ctx) (defined in tir::Constant) | tir::Constant | static |
ctx() (defined in tir::Value) | tir::Value | inline |
destroy() (defined in tir::User) | tir::User | inlineprotected |
dump() const (defined in tir::Value) | tir::Value | |
getChild(unsigned idx) const (defined in tir::User) | tir::User | inline |
isBoolean() const override (defined in tir::ConstantInt) | tir::ConstantInt | inlinevirtual |
isDestroyed() const (defined in tir::User) | tir::User | inlineprotected |
isNullPointer() const (defined in tir::Constant) | tir::Constant | inlineprotectedvirtual |
isNumeric() const override (defined in tir::ConstantInt) | tir::ConstantInt | inlinevirtual |
name() const (defined in tir::Value) | tir::Value | inline |
nameOpt() const (defined in tir::Value) | tir::Value | inline |
numChildren() const (defined in tir::User) | tir::User | inline |
print(std::ostream &os) const override (defined in tir::ConstantInt) | tir::ConstantInt | virtual |
printName(std::ostream &os) const (defined in tir::Value) | tir::Value | inline |
removeUser(User *user) (defined in tir::Value) | tir::Value | inline |
replaceAllUsesWith(Value *newValue) (defined in tir::Value) | tir::Value | |
replaceChild(unsigned idx, Value *operand) (defined in tir::User) | tir::User | inlineprotected |
setName(std::string_view name) (defined in tir::Value) | tir::Value | inline |
sextValue() const (defined in tir::ConstantInt) | tir::ConstantInt | inline |
type() const (defined in tir::Value) | tir::Value | inline |
User(Context &ctx, Type *type) (defined in tir::User) | tir::User | inline |
users() (defined in tir::Value) | tir::Value | inline |
users() const (defined in tir::Value) | tir::Value | inline |
Value(Context &ctx, Type *type) (defined in tir::Value) | tir::Value | inline |
Zero(Context &ctx, Type *type) (defined in tir::ConstantInt) | tir::ConstantInt | inlinestatic |
zextValue() const (defined in tir::ConstantInt) | tir::ConstantInt | inline |
~Value()=default (defined in tir::Value) | tir::Value | virtual |