Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DRISCVISAInfo.cpp989 bool IsAllRequiredFeatureExist = true; in updateCombination() local
991 IsAllRequiredFeatureExist &= hasExtension(Ext); in updateCombination()
992 if (IsAllRequiredFeatureExist) { in updateCombination()