Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp257 Value *SExtInnerTripCount = InnerTripCount; in checkInnerInductionPhiUsers() local
260 SExtInnerTripCount = cast<Instruction>(InnerTripCount)->getOperand(0); in checkInnerInductionPhiUsers()
286 if (!matchLinearIVUser(U, SExtInnerTripCount, ValidOuterPHIUses)) { in checkInnerInductionPhiUsers()