Lines Matching defs:NarrowSize
15117 unsigned NarrowSize = VT.getScalarSizeInBits() / 2;
15120 ? MVT::getFloatingPointVT(NarrowSize)
15121 : MVT::getIntegerVT(NarrowSize);
15123 assert((int)NarrowSize >= (SupportsExt == ExtKind::FPExt ? 16 : 8) &&
15277 unsigned NarrowSize = EltBits / 2;
15280 if (NarrowSize < 8)
15283 if (DAG.ComputeMaxSignificantBits(Op) <= NarrowSize)
15287 APInt::getBitsSetFrom(ScalarBits, NarrowSize)))
15367 unsigned NarrowSize = VT.getScalarSizeInBits() / 2;
15369 if (NarrowSize != ScalarBits)