Searched refs:RightValue (Results 1 – 2 of 2) sorted by relevance
673 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local674 const SCEV *RightSCEV = SE.getSCEV(RightValue); in parseLoopStructure()680 std::swap(LeftValue, RightValue); in parseLoopStructure()767 RightValue = B.CreateAdd(RightValue, One); in parseLoopStructure()789 RightValue = B.CreateSub(RightValue, One); in parseLoopStructure()821 Result.LoopExitAt = RightValue; in parseLoopStructure()
887 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local888 const SCEV *RightSCEV = SE.getSCEV(RightValue); in parseLoopStructure()894 std::swap(LeftValue, RightValue); in parseLoopStructure()1020 RightValue = B.CreateAdd(RightValue, One); in parseLoopStructure()1087 RightValue = B.CreateSub(RightValue, One); in parseLoopStructure()1119 Result.LoopExitAt = RightValue; in parseLoopStructure()