Searched refs:toffset1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c15479 tree toffset1, toffset2, tdiff, type;
15481 core1 = split_address_to_core_and_offset (e1, &bitpos1, &toffset1);
15490 if (toffset1 && toffset2)
15492 type = TREE_TYPE (toffset1);
15496 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2);
15502 else if (toffset1 || toffset2)
15451 tree toffset1, toffset2, tdiff, type; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc16415 tree toffset1, toffset2, tdiff, type;
16417 core1 = split_address_to_core_and_offset (e1, &bitpos1, &toffset1);
16426 if (toffset1 && toffset2)
16428 type = TREE_TYPE (toffset1);
16432 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2);
16438 else if (toffset1 || toffset2)

Completed in 500 milliseconds