Lines Matching defs:NarrowSize
14373 unsigned NarrowSize = VT.getScalarSizeInBits() / 2;
14376 ? MVT::getFloatingPointVT(NarrowSize)
14377 : MVT::getIntegerVT(NarrowSize);
14379 assert((int)NarrowSize >= (SupportsExt == ExtKind::FPExt ? 16 : 8) &&
14525 unsigned NarrowSize = EltBits / 2;
14528 if (NarrowSize < 8)
14531 if (DAG.ComputeMaxSignificantBits(Op) <= NarrowSize)
14535 APInt::getBitsSetFrom(ScalarBits, NarrowSize)))
14593 unsigned NarrowSize = VT.getScalarSizeInBits() / 2;
14595 if (NarrowSize != ScalarBits)