Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-strlen.c3136 tree strncmp_lhs = make_ssa_name (integer_type_node); in fold_strstr_to_strncmp() local
3138 gimple_call_set_lhs (strncmp_call, strncmp_lhs); in fold_strstr_to_strncmp()
3141 tree zero = build_zero_cst (TREE_TYPE (strncmp_lhs)); in fold_strstr_to_strncmp()
3148 TREE_OPERAND (cond, 0) = strncmp_lhs; in fold_strstr_to_strncmp()
3153 gimple_assign_set_rhs1 (stmt, strncmp_lhs); in fold_strstr_to_strncmp()
3160 gimple_cond_set_lhs (cond, strncmp_lhs); in fold_strstr_to_strncmp()