Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp1724 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1725 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
1726 (ReferenceType->getElementCount() != ThisArgVecTy->getElementCount())) in matchIntrinsicType()
1728 return !ThisArgVecTy->getElementType()->isPointerTy(); in matchIntrinsicType()
1754 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1755 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType()
1757 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()