LLVM 22.0.0git
|
#include "llvm/SandboxIR/Constant.h"
Static Public Member Functions | |
static LLVM_ABI Constant * | get (ArrayType *T, ArrayRef< Constant * > V) |
static bool | classof (const Value *From) |
For isa/dyn_cast. | |
Static Public Member Functions inherited from llvm::sandboxir::ConstantAggregate | |
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 361 of file Constant.h.
For isa/dyn_cast.
Definition at line 373 of file Constant.h.
References llvm::sandboxir::Value::getSubclassID().
Definition at line 138 of file Constant.cpp.
References llvm::cast(), llvm::sandboxir::Value::Ctx, llvm::ConstantArray::get(), llvm::SmallVectorTemplateBase< T, bool >::push_back(), llvm::SmallVectorImpl< T >::reserve(), and T.
ArrayType * llvm::sandboxir::ConstantArray::getType | ( | ) | const |
Definition at line 149 of file Constant.cpp.
References llvm::cast(), llvm::sandboxir::Value::Ctx, and llvm::sandboxir::Value::Val.
|
friend |