Searched refs:inter_type (Results 1 – 2 of 2) sorted by relevance
4874 tree inter_type = TREE_TYPE (TREE_OPERAND (t, 0)); local4881 int inter_int = INTEGRAL_TYPE_P (inter_type);4882 int inter_ptr = POINTER_TYPE_P (inter_type);4883 int inter_float = FLOAT_TYPE_P (inter_type);4884 unsigned int inter_prec = TYPE_PRECISION (inter_type);4885 int inter_unsignedp = TREE_UNSIGNED (inter_type);4912 && TYPE_MODE (final_type) == TYPE_MODE (inter_type))4943 && TYPE_MODE (final_type) == TYPE_MODE (inter_type))
7532 tree inter_type = TREE_TYPE (op0); in fold_unary() local7539 int inter_int = INTEGRAL_TYPE_P (inter_type); in fold_unary()7540 int inter_ptr = POINTER_TYPE_P (inter_type); in fold_unary()7541 int inter_float = FLOAT_TYPE_P (inter_type); in fold_unary()7542 int inter_vec = TREE_CODE (inter_type) == VECTOR_TYPE; in fold_unary()7543 unsigned int inter_prec = TYPE_PRECISION (inter_type); in fold_unary()7544 int inter_unsignedp = TYPE_UNSIGNED (inter_type); in fold_unary()7575 && TYPE_MODE (type) == TYPE_MODE (inter_type)) in fold_unary()7614 && TYPE_MODE (type) == TYPE_MODE (inter_type)) in fold_unary()