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()
8517 APInt UndefMask = APInt::getNullValue(NumElems); in EltsFromConsecutiveLoads() local8529 UndefMask.setBit(i); in EltsFromConsecutiveLoads()8552 assert((ZeroMask.countPopulation() + UndefMask.countPopulation() + in EltsFromConsecutiveLoads()8557 if (UndefMask.countPopulation() == NumElems) in EltsFromConsecutiveLoads()8559 if ((ZeroMask.countPopulation() + UndefMask.countPopulation()) == NumElems) in EltsFromConsecutiveLoads()8661 if (UndefMask[i]) in EltsFromConsecutiveLoads()10342 APInt UndefMask = APInt::getNullValue(NumElems); in LowerBUILD_VECTOR() local10351 UndefMask.setBit(i); in LowerBUILD_VECTOR()10368 assert(UndefMask.isAllOnesValue() && "Fully undef mask expected"); in LowerBUILD_VECTOR()10379 APInt UndefOrZeroMask = UndefMask | ZeroMask; in LowerBUILD_VECTOR()[all …]