Lines Matching defs:FVTy
17167 auto *FVTy = cast<FixedVectorType>(VTy);
17171 Type *EltTy = FVTy->getElementType();
17173 FVTy =
17174 FixedVectorType::get(DL.getIntPtrType(EltTy), FVTy->getNumElements());
17178 FVTy = FixedVectorType::get(FVTy->getElementType(),
17179 FVTy->getNumElements() / NumLoads);
17182 UseScalable ? cast<VectorType>(getSVEContainerIRType(FVTy)) : FVTy;
17204 getSVEPredPatternFromNumElements(FVTy->getNumElements());
17207 Subtarget->getMinSVEVectorSizeInBits() == DL.getTypeSizeInBits(FVTy))
17222 FVTy->getNumElements() * Factor);
17239 FVTy, SubVec,
17246 FVTy->getNumElements()));