Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1597 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1602 if (ThisArgType) { in matchIntrinsicType()
1604 ThisArgType->getElementCount()) in matchIntrinsicType()
1606 EltTy = ThisArgType->getElementType(); in matchIntrinsicType()
1615 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1616 return (!ThisArgType || in matchIntrinsicType()
1626 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()
1628 return !ThisArgType->isOpaqueOrPointeeTypeMatches( in matchIntrinsicType()
1649 auto *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1650 if (!ThisArgType || !ReferenceType) in matchIntrinsicType()
[all …]