Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DFunction.cpp1025 VectorType *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1026 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() local
1038 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()