Lines Matching defs:SrcSizeInBits
6876 unsigned SrcSizeInBits = Src.getScalarValueSizeInBits();
6878 if (DstSizeInBits == SrcSizeInBits && (SrcSizeInBits % 8) == 0 &&
6881 ByteOffset += Idx * (SrcSizeInBits / 8);
20322 unsigned SrcSizeInBits = SrcVT.getSizeInBits();
20324 assert(SrcSizeInBits > DstSizeInBits && "Illegal truncation");
20341 if (SrcSizeInBits <= 128) {
20348 Res = extractSubVector(Res, 0, DAG, DL, SrcSizeInBits / 2);
20365 unsigned SubSizeInBits = SrcSizeInBits / 2;
20401 assert(SrcSizeInBits >= 256 && "Expected 256-bit vector or greater");