Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVISAInfo.cpp702 bool HasF = Exts.count("f") != 0; in checkDependency() local
719 if (HasD && !HasF) in checkDependency()
723 if (HasZve32f && !HasF && !HasZfinx) in checkDependency()