Searched refs:ThisArgType (Results 1 – 1 of 1) sorted by relevance
3390 VectorType *ThisArgType = dyn_cast<VectorType>(Ty); in VerifyIntrinsicType() local3391 if (!ThisArgType || !ReferenceType || in VerifyIntrinsicType()3393 ThisArgType->getVectorNumElements())) in VerifyIntrinsicType()3395 return VerifyIntrinsicType(ThisArgType->getVectorElementType(), in VerifyIntrinsicType()3402 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in VerifyIntrinsicType() local3403 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in VerifyIntrinsicType()