Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp673 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local
674 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp887 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local
888 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()