Searched refs:ValBase (Results 1 – 1 of 1) sorted by relevance
209 StringRef ValBase = Val.slice(0, RefStepLoc); in ParseMRecip() local210 if (ValBase == "all" || ValBase == "none" || ValBase == "default") { in ParseMRecip()242 StringRef ValBase = Val.slice(0, RefStep); in ParseMRecip() local243 llvm::StringMap<bool>::iterator OptionIter = OptionStrings.find(ValBase); in ParseMRecip()246 OptionIter = OptionStrings.find(ValBase.str() + 'f'); in ParseMRecip()255 if (OptionStrings[ValBase.str() + 'd']) { in ParseMRecip()271 if (ValBase.back() != 'f' && ValBase.back() != 'd') in ParseMRecip()272 OptionStrings[ValBase.str() + 'd'] = true; in ParseMRecip()