Lines Matching refs:fcode0
10871 enum built_in_function fcode0 = builtin_mathfn_code (arg0); in fold_binary_loc() local
10875 if (fcode0 == fcode1 && BUILTIN_ROOT_P (fcode0)) in fold_binary_loc()
10882 if (BUILTIN_SQRT_P (fcode0) in fold_binary_loc()
10894 if (fcode0 == fcode1 && BUILTIN_EXPONENT_P (fcode0)) in fold_binary_loc()
10904 if ((fcode0 == BUILT_IN_POW && fcode1 == BUILT_IN_POW) in fold_binary_loc()
10905 || (fcode0 == BUILT_IN_POWF && fcode1 == BUILT_IN_POWF) in fold_binary_loc()
10906 || (fcode0 == BUILT_IN_POWL && fcode1 == BUILT_IN_POWL)) in fold_binary_loc()
10933 if (((fcode0 == BUILT_IN_TAN && fcode1 == BUILT_IN_COS) in fold_binary_loc()
10934 || (fcode0 == BUILT_IN_TANF && fcode1 == BUILT_IN_COSF) in fold_binary_loc()
10935 || (fcode0 == BUILT_IN_TANL && fcode1 == BUILT_IN_COSL) in fold_binary_loc()
10936 || (fcode0 == BUILT_IN_COS && fcode1 == BUILT_IN_TAN) in fold_binary_loc()
10937 || (fcode0 == BUILT_IN_COSF && fcode1 == BUILT_IN_TANF) in fold_binary_loc()
10938 || (fcode0 == BUILT_IN_COSL && fcode1 == BUILT_IN_TANL)) in fold_binary_loc()
10972 if (fcode0 == BUILT_IN_POW in fold_binary_loc()
10973 || fcode0 == BUILT_IN_POWF in fold_binary_loc()
10974 || fcode0 == BUILT_IN_POWL) in fold_binary_loc()
11827 enum built_in_function fcode0 = builtin_mathfn_code (arg0); in fold_binary_loc() local
11831 if (((fcode0 == BUILT_IN_SIN && fcode1 == BUILT_IN_COS) in fold_binary_loc()
11832 || (fcode0 == BUILT_IN_SINF && fcode1 == BUILT_IN_COSF) in fold_binary_loc()
11833 || (fcode0 == BUILT_IN_SINL && fcode1 == BUILT_IN_COSL)) in fold_binary_loc()
11844 if (((fcode0 == BUILT_IN_COS && fcode1 == BUILT_IN_SIN) in fold_binary_loc()
11845 || (fcode0 == BUILT_IN_COSF && fcode1 == BUILT_IN_SINF) in fold_binary_loc()
11846 || (fcode0 == BUILT_IN_COSL && fcode1 == BUILT_IN_SINL)) in fold_binary_loc()
11863 if (((fcode0 == BUILT_IN_SIN && fcode1 == BUILT_IN_TAN) in fold_binary_loc()
11864 || (fcode0 == BUILT_IN_SINF && fcode1 == BUILT_IN_TANF) in fold_binary_loc()
11865 || (fcode0 == BUILT_IN_SINL && fcode1 == BUILT_IN_TANL))) in fold_binary_loc()
11883 if (((fcode0 == BUILT_IN_TAN && fcode1 == BUILT_IN_SIN) in fold_binary_loc()
11884 || (fcode0 == BUILT_IN_TANF && fcode1 == BUILT_IN_SINF) in fold_binary_loc()
11885 || (fcode0 == BUILT_IN_TANL && fcode1 == BUILT_IN_SINL))) in fold_binary_loc()
11907 if (fcode0 == BUILT_IN_POW in fold_binary_loc()
11908 || fcode0 == BUILT_IN_POWF in fold_binary_loc()
11909 || fcode0 == BUILT_IN_POWL) in fold_binary_loc()