LLVM 22.0.0git
|
#include "llvm/SandboxIR/Constant.h"
Static Public Member Functions | |
static LLVM_ABI ConstantPointerNull * | get (PointerType *Ty) |
static bool | classof (const sandboxir::Value *From) |
For isa/dyn_cast. | |
Static Public Member Functions inherited from llvm::sandboxir::Constant | |
static bool | classof (const sandboxir::Value *From) |
For isa/dyn_cast. | |
Static Public Member Functions inherited from llvm::sandboxir::User | |
static bool | classof (const Value *From) |
For isa/dyn_cast. |
Friends | |
class | Context |
Definition at line 768 of file Constant.h.
|
inlinestatic |
For isa/dyn_cast.
Definition at line 779 of file Constant.h.
References llvm::sandboxir::Value::getSubclassID().
|
inlineoverridevirtual |
Reimplemented from llvm::sandboxir::Constant.
Definition at line 789 of file Constant.h.
References llvm::sandboxir::Value::dumpCommonPrefix(), and llvm::sandboxir::Value::dumpCommonSuffix().
|
static |
Definition at line 222 of file Constant.cpp.
References llvm::cast(), and llvm::ConstantPointerNull::get().
PointerType * llvm::sandboxir::ConstantPointerNull::getType | ( | ) | const |
Definition at line 228 of file Constant.cpp.
References llvm::cast(), llvm::sandboxir::Value::Ctx, and llvm::sandboxir::Value::Val.
|
inlinefinalvirtual |
\Returns the operand index of Use
.
Reimplemented from llvm::sandboxir::Constant.
Definition at line 782 of file Constant.h.
References llvm_unreachable.
|
inlineoverridevirtual |
Should crash if there is something wrong with the instruction.
Reimplemented from llvm::sandboxir::Constant.
Definition at line 786 of file Constant.h.
References assert(), llvm::isa(), and llvm::sandboxir::Value::Val.
|
friend |