Searched refs:is_not_null (Results 1 – 1 of 1) sorted by relevance
139 Value *is_not_null = B.CreateIsNotNull(pop_expr()); in visit_if_stmt_node() local142 B.CreateCondBr(is_not_null, label_then, label_else); in visit_if_stmt_node()144 B.CreateCondBr(is_not_null, label_then, label_end); in visit_if_stmt_node()