Searched refs:LMathRoundI (Results 1 – 3 of 3) sorted by relevance
2096 class LMathRoundI FINAL : public LUnaryMathOperation<1> {2098 LMathRoundI(LOperand* value, LOperand* temp1) in LMathRoundI() function
2642 LMathRoundI* result = new(zone()) LMathRoundI(input, temp); in DoUnaryMathOperation()
4144 void LCodeGen::DoMathRoundI(LMathRoundI* instr) { in DoMathRoundI()