Searched refs:testtype (Results 1 – 2 of 2) sorted by relevance
1836 enum tree_code testtype; in lambda_loopnest_to_gcc_loopnest() local1908 testtype = LL_STEP (newloop) >= 0 ? LE_EXPR : GE_EXPR; in lambda_loopnest_to_gcc_loopnest()1915 testtype = swap_tree_comparison (testtype); in lambda_loopnest_to_gcc_loopnest()1917 COND_EXPR_COND (exitcond) = build2 (testtype, in lambda_loopnest_to_gcc_loopnest()
6015 tree testtype = TREE_TYPE (cond); in fold_binary_op_with_conditional_arg() local6017 true_value = constant_boolean_node (true, testtype); in fold_binary_op_with_conditional_arg()6018 false_value = constant_boolean_node (false, testtype); in fold_binary_op_with_conditional_arg()