Lines Matching defs:SrcSizeInBits
7100 unsigned SrcSizeInBits = Src.getScalarValueSizeInBits();
7102 if (DstSizeInBits == SrcSizeInBits && (SrcSizeInBits % 8) == 0 &&
7105 ByteOffset += Idx * (SrcSizeInBits / 8);
20702 unsigned SrcSizeInBits = SrcVT.getSizeInBits();
20704 assert(SrcSizeInBits > DstSizeInBits && "Illegal truncation");
20721 if (SrcSizeInBits <= 128) {
20728 Res = extractSubVector(Res, 0, DAG, DL, SrcSizeInBits / 2);
20745 unsigned SubSizeInBits = SrcSizeInBits / 2;
20781 assert(SrcSizeInBits >= 256 && "Expected 256-bit vector or greater");