Searched refs:icond (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c13183 tree icond = fold_relational_const (code, type,
13187 return fold_build2 (TRUTH_ANDIF_EXPR, type, rcond, icond);
13189 return fold_build2 (TRUTH_ORIF_EXPR, type, rcond, icond);
13148 tree icond = fold_relational_const (code, type, local

Completed in 132 milliseconds