Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp263 unsigned NumEltsGrowth = NumDestElts / NumMaskElts; in ShuffleWithNarrowerEltType() local
265 assert(NumEltsGrowth && "Cannot promote to vector type with fewer elts!"); in ShuffleWithNarrowerEltType()
267 if (NumEltsGrowth == 1) in ShuffleWithNarrowerEltType()
273 for (unsigned j = 0; j != NumEltsGrowth; ++j) { in ShuffleWithNarrowerEltType()
277 NewMask.push_back(Idx * NumEltsGrowth + j); in ShuffleWithNarrowerEltType()