Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp695 Value *RightValue = ICI->getOperand(1); in parseLoopStructure() local
696 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()
/external/clang/lib/CodeGen/
DCGBlocks.cpp218 CharUnits LeftValue, RightValue; in operator <() local
234 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 <()