Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp728 bool HasF = Exts.count("f") != 0; in checkDependency() local
738 if (HasF && HasZfinx) in checkDependency()