Expand description
Reflect functions for SPIR-V instructions.
Functionsยง
- is_
abort - Returns
trueif the given opcode aborts execution. - is_
block_ terminator - Returns
trueif the given opcode is for a terminator instruction. - is_
branch - Returns
trueif the given opcode is a branch instruction. - is_
location_ debug - Returns
trueif the given opcode is for a location debug instruction. - is_
return - Returns
trueif the given opcode is a return instruction. - is_
return_ or_ abort - Returns
trueif the given opcode is a return instruction or it aborts execution. - is_
variable - Returns
trueif the given opcode is for a variable-defining instruction.