Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp17051 unsigned DstSizeInBits = DstVT.getSizeInBits(); in truncateVectorWithPACK() local
17053 if ((DstSizeInBits % 64) != 0 || (SrcSizeInBits % 128) != 0) in truncateVectorWithPACK()
17062 assert(SrcSizeInBits > DstSizeInBits && "Illegal truncation"); in truncateVectorWithPACK()