Lines Matching refs:VWidth
298 unsigned VWidth = VT->getNumElements(); in simplifyX86immShift() local
317 auto ShiftVec = Builder.CreateVectorSplat(VWidth, ShiftAmt); in simplifyX86immShift()
1614 unsigned VWidth = Arg->getType()->getVectorNumElements(); in visitCallInst() local
1615 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, VWidth, 1)) { in visitCallInst()
1663 unsigned VWidth = Arg0->getType()->getVectorNumElements(); in visitCallInst() local
1664 if (Value *V = SimplifyDemandedVectorEltsLow(Arg0, VWidth, 1)) { in visitCallInst()
1668 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in visitCallInst()
1694 unsigned VWidth = Arg1->getType()->getVectorNumElements(); in visitCallInst() local
1695 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in visitCallInst()
1709 unsigned VWidth = Arg0->getType()->getVectorNumElements(); in visitCallInst() local
1710 if (Value *V = SimplifyDemandedVectorEltsHigh(Arg0, VWidth, VWidth - 1)) { in visitCallInst()
1714 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in visitCallInst()
1770 unsigned VWidth = Arg1->getType()->getVectorNumElements(); in visitCallInst() local
1772 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, VWidth / 2)) { in visitCallInst()
1840 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst() local
1841 assert(Op0->getType()->getPrimitiveSizeInBits() == 128 && VWidth == 2 && in visitCallInst()
1854 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth, 1)) { in visitCallInst()
1864 unsigned VWidth = Op0->getType()->getVectorNumElements(); in visitCallInst() local
1866 Op1->getType()->getPrimitiveSizeInBits() == 128 && VWidth == 2 && in visitCallInst()
1887 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth, 1)) { in visitCallInst()