Searched refs:UndefMask (Results 1 – 2 of 2) sorted by relevance
990 LaneBitmask UndefMask = VRegMask & ~DefMask; in computeSubRangeUndefs() local991 if ((UndefMask & LaneMask).any()) { in computeSubRangeUndefs()
8492 APInt UndefMask = APInt::getNullValue(NumElems); in EltsFromConsecutiveLoads() local8504 UndefMask.setBit(i); in EltsFromConsecutiveLoads()8527 assert((ZeroMask.countPopulation() + UndefMask.countPopulation() + in EltsFromConsecutiveLoads()8532 if (UndefMask.countPopulation() == NumElems) in EltsFromConsecutiveLoads()8534 if ((ZeroMask.countPopulation() + UndefMask.countPopulation()) == NumElems) in EltsFromConsecutiveLoads()8636 if (UndefMask[i]) in EltsFromConsecutiveLoads()8653 if (UndefMask.extractBits(HalfNumElems, HalfNumElems).isAllOnesValue()) { in EltsFromConsecutiveLoads()10317 APInt UndefMask = APInt::getNullValue(NumElems); in LowerBUILD_VECTOR() local10326 UndefMask.setBit(i); in LowerBUILD_VECTOR()10343 assert(UndefMask.isAllOnesValue() && "Fully undef mask expected"); in LowerBUILD_VECTOR()[all …]