Searched refs:ValBase (Results 1 – 1 of 1) sorted by relevance
202 StringRef ValBase = Val.slice(0, RefStepLoc); in ParseMRecip() local203 if (ValBase == "all" || ValBase == "none" || ValBase == "default") { in ParseMRecip()239 StringRef ValBase = Val.slice(0, RefStep); in ParseMRecip() local240 llvm::StringMap<bool>::iterator OptionIter = OptionStrings.find(ValBase); in ParseMRecip()243 OptionIter = OptionStrings.find(ValBase.str() + 'f'); in ParseMRecip()252 if (OptionStrings[ValBase.str() + 'd'] || in ParseMRecip()253 OptionStrings[ValBase.str() + 'h']) { in ParseMRecip()270 if (ValBase.back() != 'f' && ValBase.back() != 'd' && ValBase.back() != 'h') { in ParseMRecip()271 OptionStrings[ValBase.str() + 'd'] = true; in ParseMRecip()272 OptionStrings[ValBase.str() + 'h'] = true; in ParseMRecip()