Home | History | Annotate | Download | only in src

Lines Matching refs:hdiv

1487 HValue* HDiv::Canonicalize() {
1551 HDiv* hdiv = HDiv::cast(value());
1553 HValue* left = hdiv->left();
1559 } else if (hdiv->observed_input_representation(1).IsSmiOrInteger32()) {
1566 HValue* right = hdiv->right();
1576 } else if (hdiv->observed_input_representation(2).IsSmiOrInteger32()) {
1880 Range* HDiv::InferRange(Zone* zone) {
4316 HInstruction* HDiv::New(
4336 return new(zone) HDiv(context, left, right);