Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1017 for (auto CountAndVT : zip_first(RegCount, RegVTs)) { in getRegsAndSizes() local
1018 unsigned RegCount = std::get<0>(CountAndVT); in getRegsAndSizes()
1019 MVT RegisterVT = std::get<1>(CountAndVT); in getRegsAndSizes()