Lines Matching defs:IsInteger32
1412 if (dividend->representation().IsInteger32()) {
1417 HChange::cast(dividend)->from().IsInteger32()) {
1641 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) &&
1703 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1724 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1745 (((r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1765 if (representation().IsInteger32()) {
1790 if (representation().IsInteger32()) {
1856 if (!base->representation().IsInteger32()) return;
2045 if (!phi_operand->representation().IsInteger32()) return 0;
2498 static bool IsInteger32(double value) {
2521 has_int32_value_ = IsInteger32(n);
2585 has_int32_value_(IsInteger32(double_value)),
2659 if (r.IsInteger32() && !has_int32_value_) return NULL;
2780 return ((current_rep.IsInteger32() && CheckUsesForFlag(kTruncatingToInt32)) ||
4184 if (rep.generalize(use_rep).IsInteger32()) {