HomeSort by: relevance | last modified time | path
    Searched defs:and_stmt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 2127 Also make sure that _1 is the same in and_stmt and _1 defining stmt.
2327 gimple *and_stmt = SSA_NAME_DEF_STMT (gimple_cond_lhs (cond_stmt)); local
2328 if (!is_gimple_assign (and_stmt)
2329 || gimple_assign_rhs_code (and_stmt) != BIT_AND_EXPR
2330 || !integer_pow2p (gimple_assign_rhs2 (and_stmt))
2331 || TREE_CODE (gimple_assign_rhs1 (and_stmt)) != SSA_NAME)
2334 checked_bit = tree_log2 (gimple_assign_rhs2 (and_stmt));
2336 iv_2 = gimple_assign_rhs1 (and_stmt);
tree-vect-stmts.cc 1660 gimple *and_stmt = gimple_build_assign (and_res, BIT_AND_EXPR, local
1663 gsi_insert_before (gsi, and_stmt, GSI_SAME_STMT);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 3225 gimple *and_stmt; local
3288 and_stmt = gimple_build_assign (and_tmp_name, BIT_AND_EXPR,
3290 gimple_seq_add_stmt (cond_expr_stmt_list, and_stmt);
tree-vect-stmts.cc 1860 gimple *and_stmt = gimple_build_assign (and_res, BIT_AND_EXPR, local
1863 gsi_insert_before (gsi, and_stmt, GSI_SAME_STMT);

Completed in 30 milliseconds