Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp975 for (auto CountAndVT : zip_first(RegCount, RegVTs)) { in getRegsAndSizes() local
976 unsigned RegCount = std::get<0>(CountAndVT); in getRegsAndSizes()
977 MVT RegisterVT = std::get<1>(CountAndVT); in getRegsAndSizes()