Searched refs:ThisArgVecTy (Results 1 – 2 of 2) sorted by relevance
1045 VectorType *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1046 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()1048 ThisArgVecTy->getVectorNumElements())) in matchIntrinsicType()1051 dyn_cast<PointerType>(ThisArgVecTy->getVectorElementType()); in matchIntrinsicType()
1169 VectorType *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1170 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()1172 ThisArgVecTy->getVectorNumElements())) in matchIntrinsicType()1175 dyn_cast<PointerType>(ThisArgVecTy->getVectorElementType()); in matchIntrinsicType()