Module pliron_llvm::ops
source · Expand description
Ops defined in the LLVM dialect
Structs§
- Equivalent to LLVM’s AShr opcode.
- Equivalent to LLVM’s Add opcode.
- Equivalent to LLVM’s Alloca opcode.
- Equivalent to LLVM’s And opcode.
- Operands
- Operands
- Operands
- Attributes:
- Equivalent to LLVM’s ICmp opcode.
- Equivalent to LLVM’s LShr opcode.
- Equivalent to LLVM’s Load opcode.
- Equivalent to LLVM’s Mul opcode.
- Equivalent to LLVM’s Or opcode.
- Equivalent to LLVM’s return opcode.
- Equivalent to LLVM’s SDiv opcode.
- Equivalent to LLVM’s SRem opcode.
- Equivalent to LLVM’s Shl opcode.
- Equivalent to LLVM’s Store opcode.
- Equivalent to LLVM’s Sub opcode.
- Equivalent to LLVM’s UDiv opcode.
- Equivalent to LLVM’s URem opcode.
- Equivalent to LLVM’s Xor opcode.
Enums§
- A way to express whether a GEP index is a constant or an SSA value
Functions§
- Register ops in the LLVM dialect.