HomeSort by: relevance | last modified time | path
    Searched refs:big_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 4297 tree big_type = long_long_unsigned_type_node;
4299 tree big_num = fold_build2 (LSHIFT_EXPR, big_type,
4300 build_int_cst (big_type, 0x808),
4301 build_int_cst (big_type, 48));
4302 op_bitwise_and.fold_range (res, big_type,
4303 int_range <1> (big_type),
4306 tree val = fold_build2 (LSHIFT_EXPR, big_type,
4307 build_int_cst (big_type, 0x8),
4308 build_int_cst (big_type, 48));
4296 tree big_type = long_long_unsigned_type_node; local
value-range.cc 2309 tree big_type = build_nonstandard_integer_type (32, 1); local
2311 int_range_max r0 (big_type);
2314 value_range vr0 (big_type);
  /src/external/gpl3/gcc/dist/gcc/
range-op.cc 4719 tree big_type = long_long_unsigned_type_node;
4720 unsigned big_prec = TYPE_PRECISION (big_type);
4724 op_bitwise_and.fold_range (res, big_type,
4725 int_range <1> (big_type),
4726 int_range <1> (big_type, big_num, big_num));
4718 tree big_type = long_long_unsigned_type_node; local

Completed in 27 milliseconds