Searched refs:ValBase (Results 1 – 1 of 1) sorted by relevance
192 StringRef ValBase = Val.slice(0, RefStepLoc); in ParseMRecip() local193 if (ValBase == "all" || ValBase == "none" || ValBase == "default") { in ParseMRecip()229 StringRef ValBase = Val.slice(0, RefStep); in ParseMRecip() local230 llvm::StringMap<bool>::iterator OptionIter = OptionStrings.find(ValBase); in ParseMRecip()233 OptionIter = OptionStrings.find(ValBase.str() + 'f'); in ParseMRecip()242 if (OptionStrings[ValBase.str() + 'd'] || in ParseMRecip()243 OptionStrings[ValBase.str() + 'h']) { in ParseMRecip()260 if (ValBase.back() != 'f' && ValBase.back() != 'd' && ValBase.back() != 'h') { in ParseMRecip()261 OptionStrings[ValBase.str() + 'd'] = true; in ParseMRecip()262 OptionStrings[ValBase.str() + 'h'] = true; in ParseMRecip()