Lines Matching refs:getVectorNumElements

537   unsigned NumDstElts = ResTy->getVectorNumElements();  in simplifyX86pack()
538 unsigned NumSrcElts = ArgTy->getVectorNumElements(); in simplifyX86pack()
668 Builder.getIntNTy(Src->getType()->getVectorNumElements())); in simplifyX86round()
681 unsigned Width = Src->getType()->getVectorNumElements(); in simplifyX86round()
682 if (MaskTy->getVectorNumElements() > Width) { in simplifyX86round()
717 for (unsigned I = 0, E = ArgTy->getVectorNumElements(); I != E; ++I) { in simplifyX86movmsk()
744 Arg->getType()->getVectorNumElements() == ArgTy->getVectorNumElements() && in simplifyX86movmsk()
747 unsigned NumElts = X->getType()->getVectorNumElements(); in simplifyX86movmsk()
1059 unsigned NumElts = VecTy->getVectorNumElements(); in simplifyX86vpermilvar()
1182 for (unsigned I = 0, E = ConstMask->getType()->getVectorNumElements(); I != E; in maskIsAllOneOrUndef()
2338 II->getType()->getVectorNumElements()); in visitCallInst()
2359 II->getArgOperand(0)->getType()->getVectorNumElements()); in visitCallInst()
2494 unsigned VWidth = Arg->getType()->getVectorNumElements(); in visitCallInst()
2562 unsigned VWidth = Arg0->getType()->getVectorNumElements(); in visitCallInst()
2724 unsigned VWidth = II->getType()->getVectorNumElements(); in visitCallInst()
2736 unsigned VWidth = II->getType()->getVectorNumElements(); in visitCallInst()
2817 unsigned VWidth = Arg1->getType()->getVectorNumElements(); in visitCallInst()
2886 unsigned VWidth = Arg0->getType()->getVectorNumElements(); in visitCallInst()
2926 unsigned VWidth0 = Op0->getType()->getVectorNumElements(); in visitCallInst()
2927 unsigned VWidth1 = Op1->getType()->getVectorNumElements(); in visitCallInst()
2965 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst()
2989 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst()
2992 Op1->getType()->getVectorNumElements() == 2 && in visitCallInst()
3025 unsigned VWidth0 = Op0->getType()->getVectorNumElements(); in visitCallInst()
3026 unsigned VWidth1 = Op1->getType()->getVectorNumElements(); in visitCallInst()
3093 unsigned NumMaskElts = Mask->getType()->getVectorNumElements(); in visitCallInst()
3094 unsigned NumOperandElts = II->getType()->getVectorNumElements(); in visitCallInst()
3195 assert(Mask->getType()->getVectorNumElements() == 16 && in visitCallInst()