Home
last modified time | relevance | path

Searched refs:strncmp_lhs (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-strlen.cc5290 tree strncmp_lhs = make_ssa_name (integer_type_node); in fold_strstr_to_strncmp() local
5292 gimple_call_set_lhs (strncmp_call, strncmp_lhs); in fold_strstr_to_strncmp()
5295 tree zero = build_zero_cst (TREE_TYPE (strncmp_lhs)); in fold_strstr_to_strncmp()
5302 TREE_OPERAND (cond, 0) = strncmp_lhs; in fold_strstr_to_strncmp()
5307 gimple_assign_set_rhs1 (stmt, strncmp_lhs); in fold_strstr_to_strncmp()
5314 gimple_cond_set_lhs (cond, strncmp_lhs); in fold_strstr_to_strncmp()