Searched refs:VFVTy (Results 1 – 2 of 2) sorted by relevance
589 auto *VFVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownIntegral() local591 if (VFVTy && CV) { in isKnownIntegral()592 unsigned NumElts = VFVTy->getNumElements(); in isKnownIntegral()
4912 auto *VFVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownFPClass() local4914 if (VFVTy && CV) { in computeKnownFPClass()4920 unsigned NumElts = VFVTy->getNumElements(); in computeKnownFPClass()