Searched defs:HDiv (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h31 class HDiv;
2396 HValue* SimplifiedDividendForMathFloorOfDiv(HDiv* hdiv);
2397 HValue* SimplifiedDivisorForMathFloorOfDiv(HDiv* hdiv);
4330 class HDiv final : public HArithmeticBinaryOperation {
4352 HDiv(HValue* context, HValue* left, HValue* right) function in class:final::final

Completed in 293 milliseconds