Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp669 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local
670 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure()
671 IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType()); in parseLoopStructure()
680 std::swap(LeftValue, RightValue); in parseLoopStructure()
819 Result.IndVarNext = LeftValue; in parseLoopStructure()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp883 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local
884 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure()
885 IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType()); in parseLoopStructure()
894 std::swap(LeftValue, RightValue); in parseLoopStructure()
1117 Result.IndVarBase = LeftValue; in parseLoopStructure()