Uses of Interface
pascal.taie.ir.exp.BinaryExp
-
Uses of BinaryExp in pascal.taie.ir.exp
Modifier and TypeClassDescriptionclass
Representation of arithmetic expression, e.g., a + b.class
Representation of bitwise expression, e.g., a | b.class
Representation of comparison expression, e.g., cmp.class
Representation of condition expression, e.g., a == b.class
Representation of shift expression, e.g., a >> b. -
Uses of BinaryExp in pascal.taie.ir.stmt