Searched refs:InnerVWidth (Results 1 – 1 of 1) sorted by relevance
1569 unsigned InnerVWidth = Ty0->getVectorNumElements(); in SimplifyDemandedVectorElts() local1570 assert(VWidth == (InnerVWidth * 2) && "Unexpected input size"); in SimplifyDemandedVectorElts()1574 unsigned InnerVWidthPerLane = InnerVWidth / NumLanes; in SimplifyDemandedVectorElts()1581 APInt OpDemandedElts(InnerVWidth, 0); in SimplifyDemandedVectorElts()1592 APInt OpUndefElts(InnerVWidth, 0); in SimplifyDemandedVectorElts()