Searched refs:offs_diff (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-array.c | 510 tree diff, offs_diff; in gfc_conv_shift_descriptor_lbound() local 528 offs_diff = fold_build2_loc (input_location, MULT_EXPR, gfc_array_index_type, in gfc_conv_shift_descriptor_lbound() 531 offs, offs_diff); in gfc_conv_shift_descriptor_lbound()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-array.cc | 557 tree diff, offs_diff; in gfc_conv_shift_descriptor_lbound() local 575 offs_diff = fold_build2_loc (input_location, MULT_EXPR, gfc_array_index_type, in gfc_conv_shift_descriptor_lbound() 578 offs, offs_diff); in gfc_conv_shift_descriptor_lbound()
|