Home
last modified time | relevance | path

Searched refs:DstSizeInBits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6877 unsigned DstSizeInBits = Elt.getScalarValueSizeInBits(); in findEltLoadSrc() local
6878 if (DstSizeInBits == SrcSizeInBits && (SrcSizeInBits % 8) == 0 && in findEltLoadSrc()
20321 unsigned DstSizeInBits = DstVT.getSizeInBits(); in truncateVectorWithPACK() local
20324 assert(SrcSizeInBits > DstSizeInBits && "Illegal truncation"); in truncateVectorWithPACK()
20362 return widenSubVector(Res, false, Subtarget, DAG, DL, DstSizeInBits); in truncateVectorWithPACK()