Home
last modified time | relevance | path

Searched full:hasi (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp746 bool HasI = Exts.count("i") != 0; in checkDependency() local
764 if (HasI && HasE) in checkDependency()
837 bool HasI = Exts.count("i") != 0; in updateImplication() local
841 if (!HasE && !HasI) { in updateImplication()
846 if (HasE && HasI) in updateImplication()