Lines Matching defs:LDVTy
16691 bool Scalable, Type *LDVTy,
16701 return Intrinsic::getDeclaration(M, SVELoads[Factor - 2], {LDVTy});
16703 return Intrinsic::getDeclaration(M, NEONLoads[Factor - 2], {LDVTy, PtrTy});
16769 auto *LDVTy =
16778 Type *PredTy = VectorType::get(Type::getInt1Ty(LDVTy->getContext()),
16779 LDVTy->getElementCount());
16782 UseScalable, LDVTy, PtrTy);
16799 ConstantInt::get(Type::getInt32Ty(LDVTy->getContext()), *PgPattern);
16809 BaseAddr = Builder.CreateConstGEP1_32(LDVTy->getElementType(), BaseAddr,