Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1545 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()
1546 UndefElts2 = APInt(InVWidth, 0); in SimplifyDemandedVectorElts()
1549 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1554 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1558 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1562 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1566 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1567 for (unsigned InIdx = 0; InIdx != InVWidth; ++InIdx) in SimplifyDemandedVectorElts()
1577 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1579 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
[all …]