Searched refs:UndefMask (Results 1 – 2 of 2) sorted by relevance
976 LaneBitmask UndefMask = VRegMask & ~DefMask; in computeSubRangeUndefs() local977 if ((UndefMask & LaneMask).any()) { in computeSubRangeUndefs()
9321 APInt UndefMask = APInt::getZero(NumElems); in EltsFromConsecutiveLoads() local9333 UndefMask.setBit(i); in EltsFromConsecutiveLoads()9356 assert((ZeroMask.countPopulation() + UndefMask.countPopulation() + in EltsFromConsecutiveLoads()9361 if (UndefMask.countPopulation() == NumElems) in EltsFromConsecutiveLoads()9465 if (UndefMask[i]) in EltsFromConsecutiveLoads()11186 APInt UndefMask = APInt::getZero(NumElems); in LowerBUILD_VECTOR() local11196 UndefMask.setBit(i); in LowerBUILD_VECTOR()11216 if (UndefMask.isAllOnes()) in LowerBUILD_VECTOR()11229 if (UndefMask[i]) { in LowerBUILD_VECTOR()11252 APInt UndefOrZeroMask = UndefMask | ZeroMask; in LowerBUILD_VECTOR()[all …]