Home
last modified time | relevance | path

Searched refs:VFVTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp589 auto *VFVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownIntegral() local
591 if (VFVTy && CV) { in isKnownIntegral()
592 unsigned NumElts = VFVTy->getNumElements(); in isKnownIntegral()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4912 auto *VFVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownFPClass() local
4914 if (VFVTy && CV) { in computeKnownFPClass()
4920 unsigned NumElts = VFVTy->getNumElements(); in computeKnownFPClass()