Home
last modified time | relevance | path

Searched refs:LessThan (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h85 enum Operation { LessThan, GreaterThan }; enumerator
98 case LessThan: in PassesThreshold()
H A DCodeCoverage.cpp919 RegionCoverageFilter::LessThan, RegionCoverageLtFilter)); in run()
925 LineCoverageFilter::LessThan, LineCoverageLtFilter)); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h155 std::less<> LessThan; in isReferenceToRange() local
156 return !LessThan(V, First) && LessThan(V, Last); in isReferenceToRange()
168 std::less<> LessThan; in isRangeInStorage() local
169 return !LessThan(First, this->begin()) && !LessThan(Last, First) && in isRangeInStorage()
170 !LessThan(this->end(), Last); in isRangeInStorage()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp279 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LessThan, "operator<"); in output()
H A DMicrosoftDemangle.cpp601 IFK::LessThan, // ?M operator< in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h139 LessThan, // ?M operator< enumerator
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc1040 Matcher<std::tuple<char, int>> LessThan() { in LessThan() function
1045 const Matcher<std::tuple<char, int, int>> m = Args<0, 2>(LessThan()); in TEST()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h305 inline static bool LessThan(const RangeTy &L, const RangeTy &R) { in LessThan() function
5922 assert((Ranges.empty() || RangeTy::LessThan(Ranges.back(), R)) &&
5931 std::back_inserter(D), RangeTy::LessThan);
5981 auto LB = std::lower_bound(Pos, Ranges.end(), R, RangeTy::LessThan);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp634 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates()
651 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1985 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti() local
1988 llvm::sort(Candidates, LessThan); in LoadStoreMultipleOpti()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1628 LessThan, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5466 Value *LessThan = simplifyICmpInst(ICmpInst::ICMP_SLT, X, Y, in foldICmpBinOp() local
5468 if (LessThan && match(LessThan, m_One())) in foldICmpBinOp()