Searched refs:isByteVecTy (Results 1 – 1 of 1) sorted by relevance
168 [[maybe_unused]] bool isByteVecTy(Type *Ty) const;1546 if (!HVC.isByteVecTy(Ty)) in isSectorTy()2314 assert(isByteVecTy(Dst->getType()) && isByteVecTy(Src->getType())); in insertb()2918 auto HexagonVectorCombine::isByteVecTy(Type *Ty) const -> bool { in isByteVecTy() function in HexagonVectorCombine