Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVISAInfo.cpp876 bool IsAllRequiredFeatureExist = true; in updateCombination() local
878 IsAllRequiredFeatureExist &= hasExtension(Ext); in updateCombination()
879 if (IsAllRequiredFeatureExist) { in updateCombination()