Searched refs:DstSizeInBits (Results 1 – 1 of 1) sorted by relevance
6877 unsigned DstSizeInBits = Elt.getScalarValueSizeInBits(); in findEltLoadSrc() local6878 if (DstSizeInBits == SrcSizeInBits && (SrcSizeInBits % 8) == 0 && in findEltLoadSrc()20321 unsigned DstSizeInBits = DstVT.getSizeInBits(); in truncateVectorWithPACK() local20324 assert(SrcSizeInBits > DstSizeInBits && "Illegal truncation"); in truncateVectorWithPACK()20362 return widenSubVector(Res, false, Subtarget, DAG, DL, DstSizeInBits); in truncateVectorWithPACK()