Home
last modified time | relevance | path

Searched defs:isPointerVector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h153 constexpr bool isPointerVector() const { return IsPointer && isVector(); } in isPointerVector() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp104 LegalityPredicate LegalityPredicates::isPointerVector(unsigned TypeIdx) { in isPointerVector() function in LegalityPredicates