Searched refs:ThisArgVecTy (Results 1 – 3 of 3) 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()
1443 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1444 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()1445 (ReferenceType->getElementCount() != ThisArgVecTy->getElementCount())) in matchIntrinsicType()1448 dyn_cast<PointerType>(ThisArgVecTy->getElementType()); in matchIntrinsicType()1477 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1478 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType()1480 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()
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()