Searched refs:h_right (Results 1 – 3 of 3) sorted by relevance
1468 HValue* h_right = instr->BetterRightOperand(); in DoMul() local1469 LOperand* right = UseOrConstant(h_right); in DoMul()1476 h_right->IsConstant() ? HConstant::cast(h_right)->Integer32Value() : 0; in DoMul()
1475 HValue* h_right = instr->BetterRightOperand(); in DoMul() local1476 LOperand* right = UseOrConstant(h_right); in DoMul()1483 h_right->IsConstant() ? HConstant::cast(h_right)->Integer32Value() : 0; in DoMul()
1464 HValue* h_right = instr->BetterRightOperand(); in DoMul() local1465 LOperand* right = UseOrConstant(h_right); in DoMul()1468 h_right->IsConstant() ? HConstant::cast(h_right)->Integer32Value() : 0; in DoMul()