Searched refs:ThisArgVecTy (Results 1 – 1 of 1) sorted by relevance
996 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local997 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()998 (ReferenceType->getElementCount() != ThisArgVecTy->getElementCount())) in matchIntrinsicType()1000 return !ThisArgVecTy->getElementType()->isPointerTy(); in matchIntrinsicType()1026 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1027 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType()1029 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()