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

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 3624 tree bf_type = TREE_TYPE (gimple_assign_lhs (stmt)); local
3663 tree bfr = build3 (BIT_FIELD_REF, bf_type, new_val,
3664 build_int_cst (bitsizetype, TYPE_PRECISION (bf_type)),
3666 new_val = ifc_temp_var (bf_type, bfr, &gsi);
tree-vect-patterns.cc 2854 tree bf_type = TREE_TYPE (value); local
2869 unsigned HOST_WIDE_INT mask_width = TYPE_PRECISION (bf_type);

Completed in 35 milliseconds