Home
last modified time | relevance | path

Searched refs:InputDemandedElts (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() local
1553 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts()
1561 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()
1569 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts()
1575 simplifyAndSetOp(I, 0, InputDemandedElts, UndefElts2); in SimplifyDemandedVectorElts()