Lines Matching defs:integer
527 Type* const integer = type_cache_.kInteger;
528 if (!previous_type->Maybe(integer)) {
531 DCHECK(current_type->Maybe(integer));
534 Type::Intersect(current_type, integer, graph_zone());
536 Type::Intersect(previous_type, integer, graph_zone());
787 // Visit integer slot count to pop
1508 // Number comparisons reduce to integer comparisons for integer inputs.
1539 // Number comparisons reduce to integer comparisons for integer inputs.
1575 // Number comparisons reduce to integer comparisons for integer inputs.
1670 // integer range.
1723 // integer range.
3103 // Generate case for absolute integer value.
3130 // General case for signed integer division.
3202 // General case for signed integer modulus, with optimization for (unknown)
3335 // General case for unsigned integer modulus, with optimization for (unknown)