Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1369 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts() local
1377 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts()
1385 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts()
1393 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts()
1399 simplifyAndSetOp(I, 0, InputDemandedElts, UndefElts2); in SimplifyDemandedVectorElts()