Lines Matching refs:convert
325 return convert (type, in convert_to_real_1()
440 convert (typex, arg0), in do_narrow()
441 convert (typex, arg1)); in do_narrow()
442 return convert (type, expr); in do_narrow()
876 return convert (type, in convert_to_integer_1()
878 convert (typex, in convert_to_integer_1()
894 return convert (type, get_unwidened (TREE_OPERAND (expr, 0), type)); in convert_to_integer_1()
905 : convert (type, TREE_OPERAND (expr, 1)), in convert_to_integer_1()
908 : convert (type, TREE_OPERAND (expr, 2))); in convert_to_integer_1()
941 return convert (type, expr); in convert_to_integer_1()
955 return convert (type, integer_zero_node); in convert_to_integer_1()
1001 return build2 (COMPLEX_EXPR, type, convert (subtype, expr), in convert_to_complex_1()
1002 convert (subtype, integer_zero_node)); in convert_to_complex_1()
1021 convert (subtype, in convert_to_complex_1()
1023 convert (subtype, in convert_to_complex_1()
1035 convert (subtype, realp), in convert_to_complex_1()
1036 convert (subtype, imagp)); in convert_to_complex_1()
1125 return convert (type, in convert_to_fixed()