Home | History | Annotate | Download | only in src

Lines Matching refs:HasInteger32Value

856       HConstant::cast(left())->HasInteger32Value() &&
861 HConstant::cast(right())->HasInteger32Value() &&
1323 if (HasInteger32Value()) return Integer32Value() != 0;
1379 if (c->HasInteger32Value()) {
1395 if (c->HasInteger32Value()) {
1421 if (c->HasInteger32Value()) {
2133 if (c_left->HasInteger32Value() && c_right->HasInteger32Value()) {