Lines Matching defs:STVTy
16707 bool Scalable, Type *STVTy,
16717 return Intrinsic::getDeclaration(M, SVEStores[Factor - 2], {STVTy});
16719 return Intrinsic::getDeclaration(M, NEONStores[Factor - 2], {STVTy, PtrTy});
16956 auto *STVTy = UseScalable ? cast<VectorType>(getSVEContainerIRType(SubVecTy))
16983 Type *PredTy = VectorType::get(Type::getInt1Ty(STVTy->getContext()),
16984 STVTy->getElementCount());
16987 UseScalable, STVTy, PtrTy);
17000 ConstantInt::get(Type::getInt32Ty(STVTy->getContext()), *PgPattern);
17036 STVTy, UndefValue::get(STVTy), Shuffle,
17037 ConstantInt::get(Type::getInt64Ty(STVTy->getContext()), 0));