Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1223 APInt PreInsertDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() local
1225 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1233 if (PreInsertDemandedElts == 0 && in SimplifyDemandedVectorElts()
1240 simplifyAndSetOp(I, 0, PreInsertDemandedElts, UndefElts); in SimplifyDemandedVectorElts()