Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5237 unsigned OutNumElems = OutVT.getVectorNumElements(); in PromoteIntRes_EXTRACT_SUBVECTOR() local
5239 Ops.reserve(OutNumElems); in PromoteIntRes_EXTRACT_SUBVECTOR()
5240 for (unsigned i = 0; i != OutNumElems; ++i) { in PromoteIntRes_EXTRACT_SUBVECTOR()