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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc4624 tree highpart2 = highpart1; local
4631 highpart2 = build_and_insert_cast (gsi, loc, ntype, highpart1);
4634 highpart2 = build_and_insert_binop (gsi, loc, "highparttmp",
4635 RSHIFT_EXPR, highpart2,
4638 gassign *new_stmt = gimple_build_assign (lhs, NOP_EXPR, highpart2);

Completed in 102 milliseconds