Searched refs:LEnd (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DImmutableSet.h141 iterator LItr = begin(), LEnd = end();
144 while (LItr != LEnd && RItr != REnd) {
158 return LItr == LEnd && RItr == REnd;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2255 const APInt &LEnd = cast<ConstantInt>(I->High)->getValue(); local
2257 APInt Range = ComputeRange(LEnd, RBegin);
2264 (LEnd - First + 1ULL).roundToDouble();
2271 << "LEnd: " << LEnd << ", RBegin: " << RBegin << '\n'

Completed in 91 milliseconds