Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DIVDescriptorsTest.cpp88 Instruction *Inst_inc = nullptr; in TEST() local
92 Inst_inc = &*BBI; in TEST()
94 } while (!Inst_inc); in TEST()
95 assert(Inst_inc->getName() == "inc"); in TEST()
96 EXPECT_EQ(IndDesc.getInductionBinOp(), Inst_inc); in TEST()