Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1711 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()
1712 PoisonElts2 = APInt(InVWidth, 0); in SimplifyDemandedVectorElts()
1715 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1720 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1724 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1728 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1732 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1733 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()
1743 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1745 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
[all …]