Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp167 [[maybe_unused]] bool isByteVecTy(Type *Ty) const;
1545 if (!HVC.isByteVecTy(Ty)) in isSectorTy()
2313 assert(isByteVecTy(Dst->getType()) && isByteVecTy(Src->getType())); in insertb()
2917 auto HexagonVectorCombine::isByteVecTy(Type *Ty) const -> bool { in isByteVecTy() function in HexagonVectorCombine