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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-transform.c2875 tree and_tmp, and_tmp_name, and_stmt; local
2940 /* create: and_tmp = or_tmp & mask */
2941 and_tmp = create_tmp_var (int_ptrsize_type, "andmask" );
2942 add_referenced_var (and_tmp);
2943 and_tmp_name = make_ssa_name (and_tmp, NULL_TREE);
2952 /* Make and_tmp the left operand of the conditional test against zero.
2953 if and_tmp has a nonzero bit then some address is unaligned. */

Completed in 97 milliseconds