Home
last modified time | relevance | path

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

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