Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29592 MVT UnpackedVT, PackedVT; in combineVectorTruncationWithPACKUS() local
29594 UnpackedVT = MVT::v8i16; in combineVectorTruncationWithPACKUS()
29597 UnpackedVT = MVT::v4i32; in combineVectorTruncationWithPACKUS()
29606 Regs[i] = DAG.getBitcast(UnpackedVT, Regs[i]); in combineVectorTruncationWithPACKUS()