Searched refs:InnerVWidth (Results 1 – 1 of 1) sorted by relevance
3334 unsigned InnerVWidth = cast<FixedVectorType>(Ty0)->getNumElements(); in simplifyDemandedVectorEltsIntrinsic() local3335 assert(VWidth == (InnerVWidth * 2) && "Unexpected input size"); in simplifyDemandedVectorEltsIntrinsic()3339 unsigned InnerVWidthPerLane = InnerVWidth / NumLanes; in simplifyDemandedVectorEltsIntrinsic()3346 APInt OpDemandedElts(InnerVWidth, 0); in simplifyDemandedVectorEltsIntrinsic()3357 APInt OpUndefElts(InnerVWidth, 0); in simplifyDemandedVectorEltsIntrinsic()3380 unsigned InnerVWidth = cast<FixedVectorType>(ArgTy)->getNumElements(); in simplifyDemandedVectorEltsIntrinsic() local3381 assert((VWidth * 2) == InnerVWidth && "Unexpected input size"); in simplifyDemandedVectorEltsIntrinsic()3382 APInt OpDemandedElts = APIntOps::ScaleBitMask(DemandedElts, InnerVWidth); in simplifyDemandedVectorEltsIntrinsic()3383 APInt Op0UndefElts(InnerVWidth, 0); in simplifyDemandedVectorEltsIntrinsic()3384 APInt Op1UndefElts(InnerVWidth, 0); in simplifyDemandedVectorEltsIntrinsic()