Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp124 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 HexagonVectorCombine
1459 if (!isByteVecTy(Ty)) in isSectorTy()