Lines Matching defs:integer
548 Type const integer = type_cache_->kInteger;
549 if (!previous_type.Maybe(integer)) {
552 DCHECK(current_type.Maybe(integer));
554 Type current_integer = Type::Intersect(current_type, integer, graph_zone());
557 Type::Intersect(previous_type, integer, graph_zone());
1011 // Visit integer slot count to pop
1582 // that a safe integer is produced.
2420 // integer range.
2467 // integer range.
2925 // integer, NaN or -0.
2983 // representation of -3 we expect for the signed 3 bit integer
4618 // Generate case for absolute integer value.
4645 // General case for signed integer division.
4716 // General case for signed integer modulus, with optimization for (unknown)
4848 // General case for unsigned integer modulus, with optimization for (unknown)