Searched refs:Inst_inc (Results 1 – 1 of 1) sorted by relevance
88 Instruction *Inst_inc = nullptr; in TEST() local92 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()