Home
last modified time | relevance | path

Searched refs:op1_type (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-cfg.c3269 tree op1_type = TREE_TYPE (op1); in verify_gimple_comparison() local
3283 if (!useless_type_conversion_p (op0_type, op1_type) in verify_gimple_comparison()
3284 && !useless_type_conversion_p (op1_type, op0_type) in verify_gimple_comparison()
3286 || !POINTER_TYPE_P (op1_type) in verify_gimple_comparison()
3287 || TYPE_MODE (op0_type) != TYPE_MODE (op1_type))) in verify_gimple_comparison()
3291 debug_generic_expr (op1_type); in verify_gimple_comparison()
3306 || TREE_CODE (op1_type) != VECTOR_TYPE) in verify_gimple_comparison()
3310 debug_generic_expr (op1_type); in verify_gimple_comparison()
H A Dbuiltins.c2143 int op1_type = REAL_TYPE; in expand_builtin_mathfn_2() local
2154 op1_type = INTEGER_TYPE; in expand_builtin_mathfn_2()
2159 if (!validate_arglist (exp, REAL_TYPE, op1_type, VOID_TYPE)) in expand_builtin_mathfn_2()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-cfg.c3731 tree op1_type = TREE_TYPE (op1); in verify_gimple_comparison() local
3745 if (!useless_type_conversion_p (op0_type, op1_type) in verify_gimple_comparison()
3746 && !useless_type_conversion_p (op1_type, op0_type) in verify_gimple_comparison()
3748 || !POINTER_TYPE_P (op1_type) in verify_gimple_comparison()
3749 || TYPE_MODE (op0_type) != TYPE_MODE (op1_type))) in verify_gimple_comparison()
3753 debug_generic_expr (op1_type); in verify_gimple_comparison()
3763 || TREE_CODE (op1_type) == VECTOR_TYPE) in verify_gimple_comparison()
3771 debug_generic_expr (op1_type); in verify_gimple_comparison()
3781 || TREE_CODE (op1_type) != VECTOR_TYPE) in verify_gimple_comparison()
3785 debug_generic_expr (op1_type); in verify_gimple_comparison()