HomeSort by: relevance | last modified time | path
    Searched refs:LessThan (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageFilters.h 85 enum Operation { LessThan, GreaterThan };
98 case LessThan:
CodeCoverage.cpp 834 RegionCoverageFilter::LessThan, RegionCoverageLtFilter));
840 LineCoverageFilter::LessThan, LineCoverageLtFilter));
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallVector.h 140 std::less<> LessThan;
141 return !LessThan(V, First) && LessThan(V, Last);
153 std::less<> LessThan;
154 return !LessThan(First, this->begin()) && !LessThan(Last, First) &&
155 !LessThan(this->end(), Last);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 137 LessThan, // ?M operator<
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangleNodes.cpp 276 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LessThan, "operator<");
MicrosoftDemangle.cpp 560 IFK::LessThan, // ?M operator<
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.cpp 373 auto LessThan = [](const APInt &Lhs, const APInt &Rhs) {
382 return LessThan(LhsMasks.first, RhsMasks.first);
385 return LessThan(LhsMasks.second, RhsMasks.second);
GlobalISelEmitter.cpp 2123 LessThan,
3820 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0);
3836 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 1985 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) {
1988 llvm::sort(Candidates, LessThan);

Completed in 54 milliseconds