Searched refs:MatchedItCount (Results 1 – 1 of 1) sorted by relevance
198 Value *MatchedItCount = nullptr; in matchLinearIVUser() local203 m_Value(MatchedItCount))); in matchLinearIVUser()211 m_Value(MatchedItCount))); in matchLinearIVUser()213 if (!MatchedItCount) in matchLinearIVUser()217 LLVM_DEBUG(dbgs() << "Matched iteration count: "; MatchedItCount->dump()); in matchLinearIVUser()231 (isa<SExtInst>(MatchedItCount) || isa<ZExtInst>(MatchedItCount))) { in matchLinearIVUser()232 assert(MatchedItCount->getType() == InnerInductionPHI->getType() && in matchLinearIVUser()234 MatchedItCount = isa<SExtInst>(MatchedItCount) in matchLinearIVUser()235 ? dyn_cast<SExtInst>(MatchedItCount)->getOperand(0) in matchLinearIVUser()236 : dyn_cast<ZExtInst>(MatchedItCount)->getOperand(0); in matchLinearIVUser()[all …]