Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1539 unsigned InnerVWidth = Ty0->getVectorNumElements(); in SimplifyDemandedVectorElts() local
1540 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()