Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1383 APInt PreInsertDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() local
1385 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1393 if (PreInsertDemandedElts == 0 && in SimplifyDemandedVectorElts()
1400 simplifyAndSetOp(I, 0, PreInsertDemandedElts, UndefElts); in SimplifyDemandedVectorElts()