LLVM: llvm::sandboxir::ConstantArray Class Reference (original) (raw)
#include "[llvm/SandboxIR/Constant.h](SandboxIR%5F2Constant%5F8h%5Fsource.html)"
Inheritance diagram for llvm::sandboxir::ConstantArray:
| 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. |
Detailed Description
Definition at line 361 of file Constant.h.
Member Function Documentation
◆ classof()
| bool llvm::sandboxir::ConstantArray::classof ( const Value * From) | inlinestatic |
|---|
◆ get()
◆ getType()
| ArrayType * llvm::sandboxir::ConstantArray::getType | ( | ) | const |
|---|
◆ Context
The documentation for this class was generated from the following files:
- include/llvm/SandboxIR/Constant.h
- lib/SandboxIR/Constant.cpp