Home | History | Annotate | Download | only in optimizing

Lines Matching refs:bin_op

65       HBinaryOperation* bin_op = instruction->AsBinaryOperation();
66 HInstruction* left = bin_op->GetLeft();
67 HInstruction* right = bin_op->GetRight();