Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1449 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts() local
1457 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts()
1465 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()
1473 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts()
1479 simplifyAndSetOp(I, 0, InputDemandedElts, UndefElts2); in SimplifyDemandedVectorElts()