Searched refs:SecondIsBackedge (Results 1 – 1 of 1) sorted by relevance
4807 bool SecondIsBackedge = L->contains(PN->getIncomingBlock(1)); in getConstantEvolutionLoopExitValue() local4809 dyn_cast<Constant>(PN->getIncomingValue(!SecondIsBackedge)); in getConstantEvolutionLoopExitValue()4814 Value *BEValue = PN->getIncomingValue(SecondIsBackedge); in getConstantEvolutionLoopExitValue()4859 bool SecondIsBackedge = L->contains(PN->getIncomingBlock(1)); in ComputeExitCountExhaustively() local4861 dyn_cast<Constant>(PN->getIncomingValue(!SecondIsBackedge)); in ComputeExitCountExhaustively()4864 Value *BEValue = PN->getIncomingValue(SecondIsBackedge); in ComputeExitCountExhaustively()