Home
last modified time | relevance | path

Searched refs:ThisArgType (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DVerifier.cpp3390 VectorType *ThisArgType = dyn_cast<VectorType>(Ty); in VerifyIntrinsicType() local
3391 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() local
3403 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in VerifyIntrinsicType()