Searched refs:VFVTy (Results 1 – 2 of 2) sorted by relevance
585 auto *VFVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownIntegral() local587 if (VFVTy && CV) { in isKnownIntegral()588 unsigned NumElts = VFVTy->getNumElements(); in isKnownIntegral()
4730 auto *VFVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownFPClass() local4732 if (VFVTy && CV) { in computeKnownFPClass()4738 unsigned NumElts = VFVTy->getNumElements(); in computeKnownFPClass()