Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1545 APInt PreInsertDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() local
1547 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1555 if (PreInsertDemandedElts == 0 && in SimplifyDemandedVectorElts()
1562 simplifyAndSetOp(I, 0, PreInsertDemandedElts, PoisonElts); in SimplifyDemandedVectorElts()