Searched refs:IsScalable (Results 1 – 2 of 2) sorted by relevance
74 bool IsScalable = false) {75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);79 assert(!IsScalable && "We don't support extended scalable types yet");
972 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT() argument973 if (IsScalable) in getVectorVT()