Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp309 auto test_rhs = IsEcmaConstTemplate(inst->GetInput(1).GetInst()); in IfEcma() local
314 } else if (test_rhs.has_value() && test_rhs->IsBoolean()) { in IfEcma()
315 cmp_val = test_rhs.value(); in IfEcma()