Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DCSKYTargetParser.cpp152 static bool stripNegationPrefix(StringRef &Name) { in stripNegationPrefix() function
161 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature()
H A DARMTargetParser.cpp352 static bool stripNegationPrefix(StringRef &Name) { in stripNegationPrefix() function
357 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature()
426 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures()