Searched refs:SVTy (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 581 const ScalableVectorType *SVTy) { in get() argument 582 return get(ElementType, SVTy->getMinNumElements()); in get()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 3251 StringRef Name, Intrinsic::ID IntrinsicID, ScalableVectorType *SVTy, in ConstantFoldScalableVectorCall() argument 3260 return ConstantInt::getFalse(SVTy); in ConstantFoldScalableVectorCall() 3294 if (auto *SVTy = dyn_cast<ScalableVectorType>(Ty)) in ConstantFoldCall() local 3296 Name, F->getIntrinsicID(), SVTy, Operands, in ConstantFoldCall()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 6379 auto *SVTy = dyn_cast<FixedVectorType>(SV->getType()); in peekThroughShuffles() local 6380 if (!SVTy) in peekThroughShuffles() 6385 if (isIdentityMask(Mask, SVTy, /*IsStrict=*/false)) { in peekThroughShuffles() 6387 (isIdentityMask(Mask, SVTy, /*IsStrict=*/true) && in peekThroughShuffles()
|