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.cpp1541 APInt PreInsertDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() local
1543 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1551 if (PreInsertDemandedElts == 0 && in SimplifyDemandedVectorElts()
1558 simplifyAndSetOp(I, 0, PreInsertDemandedElts, PoisonElts); in SimplifyDemandedVectorElts()