Home
last modified time | relevance | path

Searched defs:is_same (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dabc2program_test_utils.cpp125 bool is_same = true; in ValidateDumpResult() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Doperands.h235 if constexpr (std::is_same<T, int64_t>()) { in CheckVariantID() function
238 if constexpr (std::is_same<T, float>()) { in CheckVariantID() function
241 if constexpr (std::is_same<T, double>()) { in CheckVariantID() function
H A Dtype_info.h101 if constexpr (std::is_same<T, uint8_t>()) { in TypeInfo() function
103 } else if constexpr (std::is_same<T, int8_t>()) { in TypeInfo() function
105 } else if constexpr (std::is_same<T, uint16_t>()) { in TypeInfo() function
107 } else if constexpr (std::is_same<T, int16_t>()) { in TypeInfo() function
109 } else if constexpr (std::is_same<T, uint32_t>()) { in TypeInfo() function
111 } else if constexpr (std::is_same<T, int32_t>()) { in TypeInfo() function
113 } else if constexpr (std::is_same<T, uint64_t>()) { in TypeInfo() function
115 } else if constexpr (std::is_same<T, int64_t>()) { in TypeInfo() function
117 } else if constexpr (std::is_same<T, float>()) { in TypeInfo() function
119 } else if constexpr (std::is_same< in TypeInfo() function
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp851 if constexpr (std::is_same<T, float>() || std::is_same<T, double>()) { in GetResult() function in ark::compiler::std
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h161 if constexpr (std::is_same<T, std::nullptr_t>()) { in NewConstant() function

Completed in 6 milliseconds