Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp183 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
982 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() argument
983 if (Ty->isVectorTy() && !IsVectorAllowed) in isTypeSupported()