Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp237 Value *SExtInnerTripCount = InnerTripCount; in checkInnerInductionPhiUsers() local
240 SExtInnerTripCount = cast<Instruction>(InnerTripCount)->getOperand(0); in checkInnerInductionPhiUsers()
261 if (!matchLinearIVUser(U, SExtInnerTripCount, ValidOuterPHIUses)) in checkInnerInductionPhiUsers()