Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1677 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1682 if (ThisArgType) { in matchIntrinsicType()
1684 ThisArgType->getElementCount()) in matchIntrinsicType()
1686 EltTy = ThisArgType->getElementType(); in matchIntrinsicType()
1695 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1696 return (!ThisArgType || in matchIntrinsicType()
1706 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()
1708 return !ThisArgType->isOpaqueOrPointeeTypeMatches( in matchIntrinsicType()
1729 auto *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1730 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()
[all …]