Home
last modified time | relevance | path

Searched defs:constant1 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinstruction_combine.cpp201 uint64_t constant1 = static_cast<uint64_t>(cmpLeft.Right().ResolvedValue()); in VisitICMP() local
219 auto constant1 = orOp.Right().HasResolvedValue() ? orOp.Right().ResolvedValue() : 0; in VisitICMP() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp1245 auto constant1 = b.Int64(5); in HWTEST_F_L0() local
1254 auto constant1 = b.Int64(5); in HWTEST_F_L0() local
1262 auto constant1 = b.Int64(15); in HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dpeepholes.cpp2493 auto constant1 = phiInput1->CastToConstant()->GetRawValue(); in IsBoolPhiInverted() local

Completed in 10 milliseconds