Searched refs:isByteVecTy (Results 1 – 1 of 1) sorted by relevance
124 bool isByteVecTy(Type *Ty) const;1016 assert(isByteVecTy(Dst->getType()) && isByteVecTy(Src->getType())); in insertb()1452 auto HexagonVectorCombine::isByteVecTy(Type *Ty) const -> bool { in isByteVecTy() function in HexagonVectorCombine1459 if (!isByteVecTy(Ty)) in isSectorTy()