Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1767 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts() local
1775 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts()
1783 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()
1791 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts()
1797 simplifyAndSetOp(I, 0, InputDemandedElts, PoisonElts2); in SimplifyDemandedVectorElts()