Home
last modified time | relevance | path

Searched refs:InputDemandedElts (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() local
1719 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts()
1727 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()
1735 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts()
1741 simplifyAndSetOp(I, 0, InputDemandedElts, PoisonElts2); in SimplifyDemandedVectorElts()