Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1485 APInt PreInsertDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() local
1487 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1495 if (PreInsertDemandedElts == 0 && in SimplifyDemandedVectorElts()
1502 simplifyAndSetOp(I, 0, PreInsertDemandedElts, PoisonElts); in SimplifyDemandedVectorElts()