Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1368 unsigned InVWidth = VTy->getNumElements(); in SimplifyDemandedVectorElts() local
1369 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts()
1370 UndefElts2 = APInt(InVWidth, 0); in SimplifyDemandedVectorElts()
1373 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1378 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1382 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1386 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1390 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1401 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1403 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
[all …]