Expression Handler
class ExpressionHandler(lang: LLVMIRLanguageFrontend) : Handler<Expression, LLVMValueRef, LLVMIRLanguageFrontend>
This handler primarily handles operands, as returned by LLVMGetOperand and turns them into an Expression. Operands are basically arguments to an instruction.
Constructors
Functions
Link copied to clipboard
Handles all kinds of instructions which are a cast instruction.
Link copied to clipboard
Handles the select instruction, which behaves like a ConditionalExpression.