Searched refs:UndefMask (Results 1 – 2 of 2) sorted by relevance
979 LaneBitmask UndefMask = VRegMask & ~DefMask; in computeSubRangeUndefs() 980 if ((UndefMask & LaneMask).any()) { in computeSubRangeUndefs() 976 LaneBitmask UndefMask = VRegMask & ~DefMask; computeSubRangeUndefs() local
6908 APInt UndefMask = APInt::getZero(NumElems); in EltsFromConsecutiveLoads() local6920 UndefMask.setBit(i); in EltsFromConsecutiveLoads()6943 assert((ZeroMask.popcount() + UndefMask.popcount() + LoadMask.popcount()) == in EltsFromConsecutiveLoads()6948 if (UndefMask.popcount() == NumElems) in EltsFromConsecutiveLoads()6950 if ((ZeroMask.popcount() + UndefMask.popcount()) == NumElems) in EltsFromConsecutiveLoads()7052 if (UndefMask[i]) in EltsFromConsecutiveLoads()7069 if (UndefMask.extractBits(HalfNumElems, HalfNumElems).isAllOnes()) { in EltsFromConsecutiveLoads()8793 APInt UndefMask = APInt::getZero(NumElems); in LowerBUILD_VECTOR() local8804 UndefMask.setBit(i); in LowerBUILD_VECTOR()8825 if (UndefMask.isAllOnes()) in LowerBUILD_VECTOR()[all …]