Home | History | Annotate | Download | only in src

Lines Matching defs:IsInteger32

1554     if (left->representation().IsInteger32()) {
1556 } else if (left->IsChange() && HChange::cast(left)->from().IsInteger32()) {
1570 } else if (right->representation().IsInteger32()) {
1573 HChange::cast(right)->from().IsInteger32()) {
1747 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) &&
1819 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1840 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1861 (((r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1881 if (representation().IsInteger32()) {
1903 if (representation().IsInteger32()) {
1942 if (representation().IsInteger32()) {
2010 if (!base->representation().IsInteger32()) return;
2199 if (!phi_operand->representation().IsInteger32()) return 0;
2655 static bool IsInteger32(double value) {
2687 has_int32_value_ = IsInteger32(n);
2759 has_int32_value_(IsInteger32(double_value)),
2882 if (r.IsInteger32() && !has_int32_value_) return NULL;
3006 return ((current_rep.IsInteger32() && CheckUsesForFlag(kTruncatingToInt32)) ||
4512 if (rep.generalize(use_rep).IsInteger32()) {