Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h71 auto value = input->CastToConstant()->GetInt64Value(); in BuildCastToAnyNumber()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp295 … enc->result_.emplace_back(pandasm::Create_LDAI(inst->CastToConstant()->GetInt64Value())); in VisitConstant()
375 return coretypes::TaggedValue(static_cast<bool>(const_inst->GetInt64Value() != 0)); in IsEcmaConstTemplate()
543 uint64_t val = input->GetInt64Value(); in VisitCastValueToAnyType()
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp200 constant.GetInt64Value();
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2041 uint64_t GetInt64Value() const in GetInt64Value() function