Home
last modified time | relevance | path

Searched defs:valLeft (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/
Dbranch_eliminator.cpp233 auto valLeft = GetInstAsBool(ldBool); in DeleteUnreachableBranch() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1922 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, primitiveA0); in RuntimeAdd2() local
1972 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeShr2() local
1998 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeSub2() local
2018 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeMul2() local
2040 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeDiv2() local
2068 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeMod2() local
2097 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeAshr2() local
2123 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeAnd2() local
2149 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeOr2() local
2175 JSHandle<JSTaggedValue> valLeft = JSTaggedValue::ToNumeric(thread, left); in RuntimeXor2() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp416 auto valLeft = GetInstAsBool(ldBool); in DeleteUnreachableBranch() local