|
std::ostream & | print (std::ostream &os) const override |
|
bool | isExternalLinkage () const override |
|
| User (Context &ctx, Type *type) |
|
auto | children () const |
|
auto | numChildren () const |
|
Value * | getChild (unsigned idx) const |
|
| Value (Context &ctx, Type *type) |
|
tir::Context & | ctx () |
|
auto | users () |
|
auto | users () const |
|
Type * | type () const |
|
void | addUser (User *user) |
|
void | removeUser (User *user) |
|
std::string_view | name () const |
|
auto | nameOpt () const |
|
void | replaceAllUsesWith (Value *newValue) |
|
void | setName (std::string_view name) |
|
std::ostream & | printName (std::ostream &os) const |
|
void | dump () const |
|
Definition at line 111 of file Constant.h.
The documentation for this class was generated from the following files: