Searched refs:ThisArgType (Results 1 – 1 of 1) sorted by relevance
1677 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1682 if (ThisArgType) { in matchIntrinsicType()1684 ThisArgType->getElementCount()) in matchIntrinsicType()1686 EltTy = ThisArgType->getElementType(); in matchIntrinsicType()1695 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1696 return (!ThisArgType || in matchIntrinsicType()1706 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()1708 return !ThisArgType->isOpaqueOrPointeeTypeMatches( in matchIntrinsicType()1729 auto *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1730 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()[all …]