Searched refs:IsVectorAllowed (Results 1 – 1 of 1) sorted by relevance
184 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);1006 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() argument1007 if (Ty->isVectorTy() && !IsVectorAllowed) in isTypeSupported()