Home | History | Annotate | Download | only in src

Lines Matching refs:HMul

1986       HMul* mul = HMul::cast(current);
5606 result = new(zone()) HMul(context, left, left);
5611 result = new(zone()) HMul(context, left, left);
6200 new(zone()) HMul(context, value, graph_->GetConstant1());
6210 new(zone()) HMul(context, value, graph_->GetConstantMinus1());
6511 instr = HMul::NewHMul(zone(), context, left, right);