Searched refs:InnerVWidth (Results 1 – 1 of 1) sorted by relevance
1539 unsigned InnerVWidth = Ty0->getVectorNumElements(); in SimplifyDemandedVectorElts() local1540 assert(VWidth == (InnerVWidth * 2) && "Unexpected input size"); in SimplifyDemandedVectorElts()1544 unsigned InnerVWidthPerLane = InnerVWidth / NumLanes; in SimplifyDemandedVectorElts()1551 APInt OpDemandedElts(InnerVWidth, 0); in SimplifyDemandedVectorElts()1563 APInt OpUndefElts(InnerVWidth, 0); in SimplifyDemandedVectorElts()