Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp11684 MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits), in lower256BitVectorShuffle() local
11686 V1 = DAG.getBitcast(FpVT, V1); in lower256BitVectorShuffle()
11687 V2 = DAG.getBitcast(FpVT, V2); in lower256BitVectorShuffle()
11688 return DAG.getBitcast(VT, DAG.getVectorShuffle(FpVT, DL, V1, V2, Mask)); in lower256BitVectorShuffle()