Searched refs:RightValue (Results 1 – 2 of 2) sorted by relevance
695 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local696 const SCEV *RightSCEV = SE.getSCEV(RightValue); in parseLoopStructure()702 std::swap(LeftValue, RightValue); in parseLoopStructure()789 RightValue = B.CreateAdd(RightValue, One); in parseLoopStructure()811 RightValue = B.CreateSub(RightValue, One); in parseLoopStructure()843 Result.LoopExitAt = RightValue; in parseLoopStructure()
218 CharUnits LeftValue, RightValue; in operator <() local234 RightValue = CharUnits::fromQuantity(64); in operator <()236 RightValue = CharUnits::fromQuantity(32); in operator <()239 RightValue = CharUnits::fromQuantity(16); in operator <()241 RightValue = right.Alignment; in operator <()243 return LeftValue > RightValue; in operator <()