Home | History | Annotate | Download | only in src

Lines Matching defs:IsInteger32

1275   if (dividend->representation().IsInteger32()) {
1280 HChange::cast(dividend)->from().IsInteger32()) {
1506 if (from().IsInteger32() && !value()->CheckFlag(HInstruction::kUint32) &&
1563 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1584 (r.IsInteger32() && CheckFlag(kAllUsesTruncatingToInt32)) ||
1622 if (representation().IsInteger32()) {
1644 if (representation().IsInteger32()) {
1710 if (!base->representation().IsInteger32()) return;
1899 if (!phi_operand->representation().IsInteger32()) return 0;
2305 static bool IsInteger32(double value) {
2329 has_int32_value_ = IsInteger32(n);
2414 has_int32_value_(IsInteger32(double_value)),
2485 if (r.IsInteger32() && !has_int32_value_) return NULL;
2606 return ((current_rep.IsInteger32() && CheckUsesForFlag(kTruncatingToInt32)) ||
3961 if (rep.generalize(use_rep).IsInteger32()) {