Searched refs:LeftValue (Results 1 – 2 of 2) sorted by relevance
669 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local670 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()
883 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local884 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()