Lines Matching refs:getVectorNumElements
1005 II->getType()->getVectorNumElements()); in visitCallInst()
1026 II->getArgOperand(0)->getType()->getVectorNumElements()); in visitCallInst()
1112 unsigned VWidth = Arg->getType()->getVectorNumElements(); in visitCallInst()
1167 unsigned VWidth = Arg1->getType()->getVectorNumElements(); in visitCallInst()
1210 unsigned VWidth0 = Op0->getType()->getVectorNumElements(); in visitCallInst()
1211 unsigned VWidth1 = Op1->getType()->getVectorNumElements(); in visitCallInst()
1246 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst()
1270 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst()
1273 Op1->getType()->getVectorNumElements() == 2 && in visitCallInst()
1306 unsigned VWidth0 = Op0->getType()->getVectorNumElements(); in visitCallInst()
1307 unsigned VWidth1 = Op1->getType()->getVectorNumElements(); in visitCallInst()
1502 assert(Mask->getType()->getVectorNumElements() == 16 && in visitCallInst()