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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h163 return isSimple() ? V.isScalableVector() : isExtendedScalableVector();
465 bool isExtendedScalableVector() const LLVM_READONLY;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp114 bool EVT::isExtendedScalableVector() const { function in class:EVT

Completed in 178 milliseconds