Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp471 unsigned SzDest = Sz / NumOfDestRegs; in processShuffleMasks() local
478 for (unsigned K = 0; K < SzDest; ++K) { in processShuffleMasks()
479 int Idx = I * SzDest + K; in processShuffleMasks()
488 RegMasks[SrcRegIdx].assign(SzDest, PoisonMaskElem); in processShuffleMasks()