Home | History | Annotate | Download | only in IR

Lines Matching refs:SrcNumElts

837   unsigned SrcNumElts = V1->getType()->getVectorNumElements();
848 if (unsigned(Elt) >= SrcNumElts*2)
850 else if (unsigned(Elt) >= SrcNumElts) {
854 ConstantInt::get(Ty, Elt - SrcNumElts));