Searched refs:FpVT (Results 1 – 1 of 1) sorted by relevance
14305 MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits), in lower256BitVectorShuffle() local14307 V1 = DAG.getBitcast(FpVT, V1); in lower256BitVectorShuffle()14308 V2 = DAG.getBitcast(FpVT, V2); in lower256BitVectorShuffle()14309 return DAG.getBitcast(VT, DAG.getVectorShuffle(FpVT, DL, V1, V2, Mask)); in lower256BitVectorShuffle()