private void visitBinaryLogicalInstructionRead(BitwiseBinaryInstruction instr) { ValueRef op1 = instr.getOp1(); ValueRef op2 = instr.getOp2(); visitValueRef(op1); visitValueRef(op2); }
@Override public ResolvedType caseBitwiseBinaryInstruction(BitwiseBinaryInstruction object) { return resolve(object.getType()); }