Searched refs:ThisArgType (Results 1 – 1 of 1) sorted by relevance
1025 VectorType *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local1026 if (!ThisArgType || !ReferenceType || in matchIntrinsicType()1028 ThisArgType->getVectorNumElements())) in matchIntrinsicType()1030 return matchIntrinsicType(ThisArgType->getVectorElementType(), in matchIntrinsicType()1037 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local1038 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()