|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/TargetLibraryInfo.cpp 1557 llvm::lower_bound(VectorDescs, funcName, compareWithScalarFnName);
1567 llvm::lower_bound(VectorDescs, F, compareWithScalarFnName);
1583 llvm::lower_bound(ScalarDescs, F, compareWithVectorFnName);
lib/CodeGen/MachinePipeliner.cpp 2706 *llvm::lower_bound(Indices, std::make_pair(PredSU, 0), CompareKey));
2722 *llvm::lower_bound(Indices, std::make_pair(SuccSU, 0), CompareKey));
lib/Target/ARM/ARMConstantIslandPass.cpp 879 water_iterator IP = llvm::lower_bound(WaterList, NewBB, CompareMBBNumbers);
943 water_iterator IP = llvm::lower_bound(WaterList, OrigBB, CompareMBBNumbers);
lib/Target/Hexagon/HexagonGenInsert.cpp 439 iterator L = llvm::lower_bound(Seq, VR, Ord);
452 iterator L = llvm::lower_bound(Seq, VR, Ord);
lib/Target/Mips/MipsConstantIslandPass.cpp 838 water_iterator IP = llvm::lower_bound(WaterList, NewBB, CompareMBBNumbers);
888 water_iterator IP = llvm::lower_bound(WaterList, OrigBB, CompareMBBNumbers);
lib/TextAPI/MachO/InterfaceFile.cpp 34 lower_bound(Container, Target_, [](const Target &LHS, const Target &RHS) {
61 auto Iter = lower_bound(ParentUmbrellas, Target_,
75 auto Iter = lower_bound(UUIDs, Target_,
lib/Transforms/Utils/LowerSwitch.cpp 65 auto I = llvm::lower_bound(
lib/Transforms/Utils/PromoteMemoryToRegister.cpp 476 StoresByIndexTy::iterator I = llvm::lower_bound(
742 SmallVectorImpl<BasicBlock *>::iterator EntIt = llvm::lower_bound(
tools/clang/include/clang/Serialization/ContinuousRangeMap.h 76 iterator I = llvm::lower_bound(Rep, Val, Compare());
tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp 28 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound(
57 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound(
tools/clang/lib/Sema/SemaChecking.cpp 2774 llvm::lower_bound(ValidCPU, BuiltinID, LowerBoundCmp);
2790 llvm::lower_bound(ValidHVX, BuiltinID, LowerBoundCmp);
tools/clang/lib/Sema/SemaStmt.cpp 1082 llvm::lower_bound(CaseVals, CRLo, CaseCompareFunctor());
tools/clang/lib/Serialization/ASTReader.cpp 8027 llvm::lower_bound(DInfo.Decls, BeginLoc, DIDComp);
tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp 68 return llvm::lower_bound(Collection, CheckerOrPackage(FullName),
tools/clang/tools/diagtool/DiagnosticNames.cpp 57 llvm::lower_bound(BuiltinDiagnosticsByID, Key, orderByID);
tools/lldb/include/lldb/Core/UniqueCStringMap.h 83 auto pos = llvm::lower_bound(m_map, unique_cstr, Compare());
95 auto pos = llvm::lower_bound(m_map, unique_cstr, Compare());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp 166 auto pos = llvm::lower_bound(m_type_hash_to_unit_index,
tools/llvm-xray/xray-stacks.cpp 637 llvm::lower_bound(TopStacksBySum, E, greater_second), E);