Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12021 MVT UnpackVT = MVT::getVectorVT(MVT::getIntegerVT(ScalarSize), Size / Scale); in lowerVectorShuffleAsPermuteAndUnpack() local
12022 V1 = DAG.getBitcast(UnpackVT, V1); in lowerVectorShuffleAsPermuteAndUnpack()
12023 V2 = DAG.getBitcast(UnpackVT, V2); in lowerVectorShuffleAsPermuteAndUnpack()
12028 UnpackVT, V1, V2)); in lowerVectorShuffleAsPermuteAndUnpack()