Searched refs:ThisArgVecTy (Results 1 – 1 of 1) sorted by relevance
1724 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1725 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()1726 (ReferenceType->getElementCount() != ThisArgVecTy->getElementCount())) in matchIntrinsicType()1728 return !ThisArgVecTy->getElementType()->isPointerTy(); in matchIntrinsicType()1754 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1755 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType()1757 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()