Home
last modified time | relevance | path

Searched defs:andInst (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp358 …auto andInst = GetGraph()->CreateInstAnd(DataType::BOOL, preHeaderCmp->GetPc(), preHeaderCmp, over… in FixCompareInst() local
Dlowering.cpp473 Inst *andInst; in ReplaceSignedModPowerOfTwo() local
494 Inst *andInst; in ReplaceUnsignedModPowerOfTwo() local
Dpeepholes.cpp852 auto andInst = CreateAndInsertInst(Opcode::And, inst, notInput0, notInput1); in VisitOr() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpeepholes_test.cpp572 auto andInst = INS(7U).GetInput(0U).GetInst(); in TEST_F() local
1490 auto andInst = notInst->GetInput(0U).GetInst(); in TEST_F() local