SandboxIR wrapper for an LLVM trunc instruction.
Declared in <llvm/SandboxIR/Instruction.h>
class TruncInst final
: public CastInstImpl<Instruction::Opcode::Trunc>
| Name | Description |
|---|---|
CastInstImpl<Instruction::Opcode::Trunc> | CRTP helper implementing concrete SandboxIR cast instructions. |
| Name | Description |
|---|---|
classof | For isa/dyn_cast. |
create | Create and insert a cast of opcode Op. |
| Name | Description |
|---|---|
getLoadStoreAddressSpace | Return the address space of a load or store pointer. |