Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1609 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts() local
1617 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts()
1625 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()
1633 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts()
1639 simplifyAndSetOp(I, 0, InputDemandedElts, UndefElts2); in SimplifyDemandedVectorElts()