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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h29 class HDiv;
2523 HValue* SimplifiedDividendForMathFloorOfDiv(HDiv* hdiv);
2524 HValue* SimplifiedDivisorForMathFloorOfDiv(HDiv* hdiv);
4512 class HDiv final : public HArithmeticBinaryOperation {
4534 HDiv(HValue* context, HValue* left, HValue* right) function in class:final::final

Completed in 100 milliseconds