Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h581 const ScalableVectorType *SVTy) { in get() argument
582 return get(ElementType, SVTy->getMinNumElements()); in get()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp3251 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 DSLPVectorizer.cpp6379 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()