Home
last modified time | relevance | path

Searched refs:GetTypeFromCType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h2012 ASSERT(GetTypeFromCType<T>() != DataType::NO_TYPE); in ConstantInst()
2014 if constexpr (GetTypeFromCType<T>() == DataType::FLOAT64) { in ConstantInst()
2017 } else if constexpr (GetTypeFromCType<T>() == DataType::FLOAT32) { in ConstantInst()
2020 } else if constexpr (GetTypeFromCType<T>() == DataType::ANY) { in ConstantInst()
2023 } else if (GetTypeFromCType<T>(support_int32) == DataType::INT32) { in ConstantInst()
2030 SetType(GetTypeFromCType<T>(support_int32)); in ConstantInst()
2078 static constexpr DataType::Type GetTypeFromCType(bool support_int32 = false) in GetTypeFromCType() function in ConditionMixin::ConstantInst
2118 static_assert(GetTypeFromCType<T>() == DataType::INT64); in IsEqualConst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h3359 ASSERT(GetTypeFromCType<T>() != DataType::NO_TYPE); in ConstantInst()
3361 if constexpr (GetTypeFromCType<T>() == DataType::FLOAT64) { in ConstantInst()
3364 } else if constexpr (GetTypeFromCType<T>() == DataType::FLOAT32) { in ConstantInst()
3367 } else if constexpr (GetTypeFromCType<T>() == DataType::ANY) { in ConstantInst()
3370 } else if (GetTypeFromCType<T>(supportInt32) == DataType::INT32) { in ConstantInst()
3377 SetType(GetTypeFromCType<T>(supportInt32)); in ConstantInst()
3430 static constexpr DataType::Type GetTypeFromCType(bool supportInt32 = false) in GetTypeFromCType() function in DynObjectAccessType::ConstantInst
3478 static_assert(GetTypeFromCType<T>() == DataType::INT64); in IsEqualConst()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_generator_test.cpp557 constexpr DataType::Type TYPE = ConstantInst::GetTypeFromCType<T>(); in DoLogic()

Completed in 13 milliseconds