Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp164 bool isLegalFloatingTy(const Type *T) const;
423 bool AMDGPUCodeGenPrepareImpl::isLegalFloatingTy(const Type *Ty) const { in isLegalFloatingTy() function in AMDGPUCodeGenPrepareImpl
2133 if (!isLegalFloatingTy(Ty->getScalarType())) in matchFractPat()