Lines Matching defs:IsInteger32
1494 if (left->representation().IsInteger32() && !left->CheckFlag(kUint32)) {
1496 } else if (left->IsChange() && HChange::cast(left)->from().IsInteger32() &&
1511 } else if (right->representation().IsInteger32() &&
1515 HChange::cast(right)->from().IsInteger32() &&
1680 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) &&
1750 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1771 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1792 (((r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1812 if (representation().IsInteger32()) {
1834 if (representation().IsInteger32()) {
1873 if (representation().IsInteger32()) {
1997 if (rep.IsSmi() || rep.IsInteger32() || rep.IsDouble()) {
2140 static bool IsInteger32(double value) {
2193 bool has_int32_value = IsInteger32(n);
2257 HasInt32ValueField::encode(IsInteger32(double_value)) |
2384 if (r.IsInteger32() && !HasInteger32Value()) return NULL;
2502 return ((current_rep.IsInteger32() && CheckUsesForFlag(kTruncatingToInt32)) ||
3775 if (rep.generalize(use_rep).IsInteger32()) {