Searched refs:PreInsertDemandedElts (Results 1 – 2 of 2) sorted by relevance
1383 APInt PreInsertDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() local1385 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()1393 if (PreInsertDemandedElts == 0 && in SimplifyDemandedVectorElts()1400 simplifyAndSetOp(I, 0, PreInsertDemandedElts, UndefElts); in SimplifyDemandedVectorElts()
1262 APInt PreInsertDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() local1264 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()1266 simplifyAndSetOp(I, 0, PreInsertDemandedElts, UndefElts); in SimplifyDemandedVectorElts()