Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp996 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
997 if (!ThisArgVecTy || !ReferenceType || in matchIntrinsicType()
998 (ReferenceType->getElementCount() != ThisArgVecTy->getElementCount())) in matchIntrinsicType()
1000 return !ThisArgVecTy->getElementType()->isPointerTy(); in matchIntrinsicType()
1026 auto *ThisArgVecTy = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1027 if (!ThisArgVecTy || !ReferenceType) in matchIntrinsicType()
1029 return ThisArgVecTy != VectorType::getInteger(ReferenceType); in matchIntrinsicType()