Home | History | Annotate | Download | only in compiler

Lines Matching refs:integer

523     Type* const integer = type_cache_.kInteger;
524 if (!previous_type->Maybe(integer)) {
527 DCHECK(current_type->Maybe(integer));
530 Type::Intersect(current_type, integer, graph_zone());
532 Type::Intersect(previous_type, integer, graph_zone());
1272 // Number comparisons reduce to integer comparisons for integer inputs.
1298 // Number comparisons reduce to integer comparisons for integer inputs.
1366 // integer range.
2832 // General case for signed integer division.
2904 // General case for signed integer modulus, with optimization for (unknown)
3022 // General case for unsigned integer modulus, with optimization for (unknown)