Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h156 return isSimple() ? V.isScalableVector() : isExtendedScalableVector(); in isScalableVector()
499 bool isExtendedScalableVector() const LLVM_READONLY;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp116 bool EVT::isExtendedScalableVector() const { in isExtendedScalableVector() function in EVT