Searched refs:LeftValue (Results 1 – 2 of 2) sorted by relevance
691 Value *LeftValue = ICI->getOperand(0); in parseLoopStructure() local692 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); in parseLoopStructure()693 IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType()); in parseLoopStructure()702 std::swap(LeftValue, RightValue); in parseLoopStructure()841 Result.IndVarNext = LeftValue; in parseLoopStructure()
218 CharUnits LeftValue, RightValue; in operator <() local224 LeftValue = CharUnits::fromQuantity(64); in operator <()226 LeftValue = CharUnits::fromQuantity(32); in operator <()229 LeftValue = CharUnits::fromQuantity(16); in operator <()231 LeftValue = left.Alignment; in operator <()243 return LeftValue > RightValue; in operator <()