Searched refs:ThisArgVecTy (Results 1 – 1 of 1) sorted by relevance
1310 VectorType *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1311 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()1313 ThisArgVecTy->getVectorNumElements())) in matchIntrinsicType()1316 dyn_cast<PointerType>(ThisArgVecTy->getVectorElementType()); in matchIntrinsicType()1353 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1354 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType()1356 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()