Home | History | Annotate | Download | only in src

Lines Matching full:hmul

2581 class HMul: public HArithmeticBinaryOperation {
2583 HMul(HValue* left, HValue* right) : HArithmeticBinaryOperation(left, right) {