Searched refs:ElemPerCont (Results 1 – 1 of 1) sorted by relevance
3919 uint32_t ElemPerCont = in lowerExtractElement() local3921 auto *Src = Src0R->getContainers()[Index / ElemPerCont]; in lowerExtractElement()3924 uint32_t PosInCont = Index % ElemPerCont; in lowerExtractElement()3925 if (ElemPerCont == 1) { in lowerExtractElement()3927 } else if (ElemPerCont == 2) { in lowerExtractElement()3939 } else if (ElemPerCont == 4) { in lowerExtractElement()4431 uint32_t ElemPerCont = in lowerInsertElement() local4434 auto *Src = Src0R->getContainers()[Index / ElemPerCont]; in lowerInsertElement()4436 if (ElemPerCont > 1) in lowerInsertElement()4446 auto *DstE = TVDest->getContainers()[Index / ElemPerCont]; in lowerInsertElement()[all …]