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.cpp1766 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts() local
1774 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts()
1782 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()
1790 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts()
1796 simplifyAndSetOp(I, 0, InputDemandedElts, PoisonElts2); in SimplifyDemandedVectorElts()