Searched refs:ThisArgType (Results 1 – 1 of 1) sorted by relevance
1597 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1602 if (ThisArgType) { in matchIntrinsicType()1604 ThisArgType->getElementCount()) in matchIntrinsicType()1606 EltTy = ThisArgType->getElementType(); in matchIntrinsicType()1615 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1616 return (!ThisArgType || in matchIntrinsicType()1626 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()1628 return !ThisArgType->isOpaqueOrPointeeTypeMatches( in matchIntrinsicType()1649 auto *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1650 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()[all …]