cetus.hir
Interface Intrinsic
- All Known Implementing Classes:
- AlignofExpression, OffsetofExpression, SizeofExpression, VaArgExpression
public interface Intrinsic
Any class implementing this interface has the properties of what we
call an intrinsic function, it has a specific meaning and is
represented as an Expression in the IR.
getExpression
Expression getExpression()
- Returns the expression.
- Returns:
- the expression that is the operand
to which this intrinsic function is being
applied as an operator.