Searched refs:DemandedElts2 (Results 1 – 4 of 4) sorted by relevance
918 APInt DemandedElts2 = DemandedElts; in SimplifyDemandedVectorElts() local919 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()920 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), DemandedElts2, in SimplifyDemandedVectorElts()
1011 APInt DemandedElts2 = DemandedElts; in SimplifyDemandedVectorElts() local1012 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()1013 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), DemandedElts2, in SimplifyDemandedVectorElts()
1460 APInt DemandedElts2 = DemandedElts; in SimplifyDemandedVectorElts() local1461 DemandedElts2.clearBit(0); in SimplifyDemandedVectorElts()1462 TmpV = SimplifyDemandedVectorElts(II->getArgOperand(0), DemandedElts2, in SimplifyDemandedVectorElts()
2758 APInt DemandedElts2 = APInt::getSplat(VWidth, in visitCallInst() local2760 if (Value *V = SimplifyDemandedVectorElts(Arg1, DemandedElts2, in visitCallInst()2768 DemandedElts2.isSubsetOf(UndefElts2)) in visitCallInst()