Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp254 Value *SExtInnerTripCount = InnerTripCount; in checkInnerInductionPhiUsers() local
257 SExtInnerTripCount = cast<Instruction>(InnerTripCount)->getOperand(0); in checkInnerInductionPhiUsers()
283 if (!matchLinearIVUser(U, SExtInnerTripCount, ValidOuterPHIUses)) { in checkInnerInductionPhiUsers()