Home
last modified time | relevance | path

Searched refs:GetInt32Value (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp378 …if (IsBytecodeOptimizer() && IsInt32Bit(type) && (constant->GetInt32Value() == static_cast<uint32_… in FindConstant()
Dinst.h2035 uint32_t GetInt32Value() const in GetInt32Value() function
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp263 ASSERT_EQ(const1->GetInt32Value(), val2); in TEST_F()
Ddump_test.cpp224 constant_inst1.GetInt32Value();
Dcompiler_inst_test.cpp534 EXPECT_EQ(const1->GetInt32Value(), val2); in __anon1be7da800c02()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp304 … enc->result_.emplace_back(pandasm::Create_LDAI(inst->CastToConstant()->GetInt32Value())); in VisitConstant()