Searched refs:CASE_INT_FN (Results 1 – 3 of 3) sorted by relevance
5895 CASE_INT_FN (BUILT_IN_FFS): in expand_builtin()5903 CASE_INT_FN (BUILT_IN_CLZ): in expand_builtin()5911 CASE_INT_FN (BUILT_IN_CTZ): in expand_builtin()5919 CASE_INT_FN (BUILT_IN_POPCOUNT): in expand_builtin()5927 CASE_INT_FN (BUILT_IN_PARITY): in expand_builtin()7511 CASE_INT_FN (BUILT_IN_FFS): in fold_builtin_bitop()7520 CASE_INT_FN (BUILT_IN_CLZ): in fold_builtin_bitop()7529 CASE_INT_FN (BUILT_IN_CTZ): in fold_builtin_bitop()7538 CASE_INT_FN (BUILT_IN_POPCOUNT): in fold_builtin_bitop()7546 CASE_INT_FN (BUILT_IN_PARITY): in fold_builtin_bitop()[all …]
12572 CASE_INT_FN (BUILT_IN_FFS): in tree_expr_nonnegative_warnv_p()12573 CASE_INT_FN (BUILT_IN_PARITY): in tree_expr_nonnegative_warnv_p()12574 CASE_INT_FN (BUILT_IN_POPCOUNT): in tree_expr_nonnegative_warnv_p()
261 #define CASE_INT_FN(FN) case FN: case FN##L: case FN##LL macro