Home
last modified time | relevance | path

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

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