reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/STLExtras.h
  322     while (this->I != End && !Pred(*this->I))
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  998   for (auto CountAndVT : zip_first(RegCount, RegVTs)) {
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  280   for (const auto &Tuple : zip_first(HdrData->Atoms, Values)) {
  534   for (const auto &Tuple : zip_first(Abbr->Attributes, Values)) {
  568   for (const auto &Tuple : zip_first(Abbr->Attributes, Values)) {
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  424       for (const auto &Item : zip(LC.Lines, LC.Columns)) {
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  739   for (auto Result : zip(InitResultRegs, ResultRegs, PhiRegs)) {
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1037     for (auto ZippedInsts : llvm::zip_first(
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  169     for (const auto &C : zip(LE->captures(), LE->capture_inits()))
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1177       for (const auto &C : zip(LE->captures(), LE->capture_inits()))
tools/clang/tools/clang-refactor/TestSupport.cpp
   77   for (const auto &I : llvm::zip(LHS, RHS)) {
tools/lldb/unittests/Interpreter/TestCompletion.cpp
   78     for (auto Dir : llvm::zip(DirNames, Dirs)) {
   87     for (auto File : llvm::zip(FileNames, Files)) {
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
  305   for (auto ThreadPc : zip(Threads, Pcs)) {
tools/llvm-exegesis/lib/Clustering.cpp
  255   for (const auto &Point : zip(Points_, ClusterIdForPoint_)) {
  350   for (const auto &I : zip(Representative, Point))
  356   for (const auto &I : zip(ClusterCenterPoint, Representative))
tools/llvm-exegesis/lib/SchedClassResolution.cpp
  278     for (const auto &I : zip(SchedClassPoint, Representative)) {
tools/llvm-lto/llvm-lto.cpp
  794     for (auto BinName :
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1410       for (const auto &H : zip(LocalHashes, GlobalHashes)) {
unittests/ADT/IteratorTest.cpp
  306   for (auto tup : zip(pi, odd, message)) {
  312   for (auto tup : zip(pi, SmallVector<bool, 0>{1, 1, 0, 1, 1})) {
  322   for (auto tup : zip_first(SmallVector<bool, 0>{1, 1, 0, 1}, pi)) {
  369   for (auto tup : zip(pi, message, message)) {
  375   for (auto tup : zip(message, "yynyyyzip\0")) {
  385   for (auto tup : zip_first(SmallVector<bool, 0>{1, 1, 0, 1}, pi)) {
  392   for (auto tup : zip_first(SmallVector<bool, 0>{1, 1, 0, 1}, pi)) {
unittests/Support/ReverseIterationTest.cpp
   48   for (const auto &Tuple : zip(Map, IterKeys))
  102   for (const auto &Tuple : zip(Map, Keys))
usr/include/c++/7.4.0/bits/stl_iterator.h
  172 	return *--__tmp;
utils/TableGen/AsmMatcherEmitter.cpp
 3350     for (const auto &Pair : zip(A, B)) {
utils/TableGen/CodeEmitterGen.cpp
  566     for (const auto &Pair : zip(A, B)) {
utils/TableGen/GlobalISelEmitter.cpp
 1555     for (auto &&Predicate : zip(predicates(), B.predicates())) {
 2147     for (auto &&P : zip(predicates(), B.predicates())) {
 2156     for (const auto &Operand : zip(Operands, B.Operands)) {
 3162   for (const auto &Matcher : zip(Matchers, B.Matchers)) {
 5171     for (const auto &Pair : zip(A, B)) {