Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp140 bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);
925 bool AArch64FastISel::isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed) { in isTypeSupported() argument
926 if (Ty->isVectorTy() && !IsVectorAllowed) in isTypeSupported()