Searched refs:common_type (Results 1 – 4 of 4) sorted by relevance
130 DataType::Type common_type = phi->GetType(); in TypePhiFromInputs() local140 if (common_type == input_type) { in TypePhiFromInputs()145 } else if (DataType::IsIntegralType(common_type)) { in TypePhiFromInputs()151 common_type = input_type; in TypePhiFromInputs()156 common_type == DataType::Type::kReference); in TypePhiFromInputs()168 phi->SetType(common_type); in TypePhiFromInputs()174 DataType::Type common_type = phi->GetType(); in TypeInputsOfPhi() local175 if (DataType::IsIntegralType(common_type)) { in TypeInputsOfPhi()186 DCHECK(common_type == DataType::Type::kReference || in TypeInputsOfPhi()187 DataType::IsFloatingPointType(common_type)); in TypeInputsOfPhi()[all …]
151 return comparator<typename std::common_type<T*, U*>::type>()(a, b); in _sp_compare_()
243 return comparator<typename std::common_type<T*, U*>::type>()(a, b); in _wp_compare_()
1034 return ConstexprArray<typename std::common_type<Args...>::type,