Searched refs:cmp_var (Results 1 – 2 of 2) sorted by relevance
4236 tree cmp_var = NULL_TREE; in simplify_stmt_using_ranges() local4244 cmp_var = rhs2; in simplify_stmt_using_ranges()4252 cmp_var = rhs1; in simplify_stmt_using_ranges()4259 tree cond = build2 (EQ_EXPR, boolean_type_node, cmp_var, val1); in simplify_stmt_using_ranges()
4269 tree cmp_var = NULL_TREE; in simplify() local4277 cmp_var = rhs2; in simplify()4285 cmp_var = rhs1; in simplify()4292 tree cond = build2 (EQ_EXPR, boolean_type_node, cmp_var, val1); in simplify()