Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:IsInteger32

1506     if (left->representation().IsInteger32() && !left->CheckFlag(kUint32)) {
1508 } else if (left->IsChange() && HChange::cast(left)->from().IsInteger32() &&
1523 } else if (right->representation().IsInteger32() &&
1527 HChange::cast(right)->from().IsInteger32() &&
1692 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) &&
1762 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1783 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1804 (((r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1824 if (representation().IsInteger32()) {
1846 if (representation().IsInteger32()) {
1885 if (representation().IsInteger32()) {
2009 if (rep.IsSmi() || rep.IsInteger32() || rep.IsDouble()) {
2152 static bool IsInteger32(double value) {
2195 bool has_int32_value = IsInteger32(n);
2289 HasInt32ValueField::encode(IsInteger32(double_value)) |
2420 if (r.IsInteger32() && !HasInteger32Value()) return NULL;
2538 return ((current_rep.IsInteger32() && CheckUsesForFlag(kTruncatingToInt32)) ||
3778 if (rep.generalize(use_rep).IsInteger32()) {