Home
last modified time | relevance | path

Searched refs:InnerVWidth (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1569 unsigned InnerVWidth = Ty0->getVectorNumElements(); in SimplifyDemandedVectorElts() local
1570 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()