Searched refs:isLess (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 81 else if (ImutInfo::isLess(K,CurrentKey)) in find() 205 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree() 210 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()), in validateTree() 553 else if (ImutInfo::isLess(K,KCurrent)) 573 } else if (ImutInfo::isLess(K,KCurrent)) { 936 static bool isLess(key_type_ref LHS, key_type_ref RHS) { 960 static bool isLess(key_type_ref LHS, key_type_ref RHS) { return LHS < RHS; }
|
H A D | ImmutableMap.h | 46 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function 47 return ImutContainerInfo<T>::isLess(L,R); in isLess()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorRangeChecker.cpp | 294 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2); 329 if (isLess(State, Pos.getOffset(), Beg)) { in isAheadOfRange() 353 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1041 bool isLess(Cost &Other); 1438 bool Cost::isLess(Cost &Other) { in isLess() function in Cost 4394 if (CostF.isLess(CostBest)) in FilterOutUndesirableDedicatedRegisters() 4650 return CostFA.isLess(CostFB); in NarrowSearchSpaceByFilterFormulaWithSameScaledReg() 5016 if (NewCost.isLess(SolutionCost)) { in SolveRecurse()
|