Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dssa_builder.cc130 DataType::Type common_type = phi->GetType(); in TypePhiFromInputs() local
140 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() local
175 if (DataType::IsIntegralType(common_type)) { in TypeInputsOfPhi()
186 DCHECK(common_type == DataType::Type::kReference || in TypeInputsOfPhi()
187 DataType::IsFloatingPointType(common_type)); in TypeInputsOfPhi()
[all …]
/aosp12/system/core/libutils/include/utils/
H A DStrongPointer.h151 return comparator<typename std::common_type<T*, U*>::type>()(a, b); in _sp_compare_()
H A DRefBase.h243 return comparator<typename std::common_type<T*, U*>::type>()(a, b); in _wp_compare_()
/aosp12/libnativehelper/include_platform_header_only/nativehelper/detail/
H A Dsignature_checker.h1034 return ConstexprArray<typename std::common_type<Args...>::type,