Lines Matching defs:HalfSize
5009 unsigned HalfSize = EltSize / 2;
5011 if (!isIntN(HalfSize, C->getSExtValue()))
5014 if (!isUIntN(HalfSize, C->getZExtValue()))
18187 unsigned HalfSize = VT.getScalarSizeInBits() / 2;
18188 if (!V1.isMask(HalfSize) || V2 != (1ULL | 1ULL << HalfSize) ||
18189 V3 != (HalfSize - 1))
18193 EVT::getIntegerVT(*DAG.getContext(), HalfSize),
21190 const uint64_t HalfSize = N->getValueType(0).getVectorMinNumElements() / 2;
21191 if (HalfSize < 2)
21210 if (OffLo != 0 || OffHi != HalfSize)
21215 HalfVec.getVectorElementCount() != ElementCount::getScalable(HalfSize))