Home
last modified time | relevance | path

Searched defs:isLess (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_comparisons.h32 TEST_CONSTEXPR_CXX14 bool testComparisons(const T& t1, const U& t2, bool isEqual, bool isLess) in testComparisons()
89 const bool isLess = val1 < val2; in testComparisonsValues() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineOrder.h183 std::function<bool(const CallBase *L, const CallBase *R)> isLess; variable
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp96 bool isLess; in matchSelectReduction() local
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DImmutableMap.h47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp353 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1469 bool Cost::isLess(const Cost &Other) { in isLess() function in Cost