Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp306 [[maybe_unused]] bool isSectorTy(Type *Ty) const;
1368 assert(isSectorTy(PrevV->getType()) && isSectorTy(PrevM->getType())); in realignStoreGroup()
1544 auto AlignVectors::isSectorTy(Type *Ty) const -> bool { in isSectorTy() function in AlignVectors