Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDfold-const.c7548 tree inter_type = TREE_TYPE (op0); in fold_unary() local
7555 int inter_int = INTEGRAL_TYPE_P (inter_type); in fold_unary()
7556 int inter_ptr = POINTER_TYPE_P (inter_type); in fold_unary()
7557 int inter_float = FLOAT_TYPE_P (inter_type); in fold_unary()
7558 int inter_vec = TREE_CODE (inter_type) == VECTOR_TYPE; in fold_unary()
7559 unsigned int inter_prec = TYPE_PRECISION (inter_type); in fold_unary()
7560 int inter_unsignedp = TYPE_UNSIGNED (inter_type); in fold_unary()
7591 && TYPE_MODE (type) == TYPE_MODE (inter_type)) in fold_unary()
7630 && TYPE_MODE (type) == TYPE_MODE (inter_type)) in fold_unary()