Searched refs:OutNumElems (Results 1 – 1 of 1) sorted by relevance
6031 unsigned OutNumElems = OutVT.getVectorNumElements(); in PromoteIntRes_EXTRACT_SUBVECTOR() local6033 Ops.reserve(OutNumElems); in PromoteIntRes_EXTRACT_SUBVECTOR()6034 for (unsigned i = 0; i != OutNumElems; ++i) { in PromoteIntRes_EXTRACT_SUBVECTOR()