Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp283 … auto orInst = graph->CreateInstOr(DataType::BOOL, intrinsic->GetPc(), compareNull, compareUndef); in ReplaceWithCompareNullish() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpeepholes_test.cpp545 auto orInst = notInst->GetInput(0U).GetInst(); in TEST_F() local
1517 auto orInst = INS(8U).GetInput(0U).GetInst(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp768 auto orInst = CreateAndInsertInst(Opcode::Or, inst, notInput0, notInput1); in VisitAnd() local