Searched refs:ValBase (Results 1 – 1 of 1) sorted by relevance
190 StringRef ValBase = Val.slice(0, RefStepLoc); in ParseMRecip() local191 if (ValBase == "all" || ValBase == "none" || ValBase == "default") { in ParseMRecip()227 StringRef ValBase = Val.slice(0, RefStep); in ParseMRecip() local228 llvm::StringMap<bool>::iterator OptionIter = OptionStrings.find(ValBase); in ParseMRecip()231 OptionIter = OptionStrings.find(ValBase.str() + 'f'); in ParseMRecip()240 if (OptionStrings[ValBase.str() + 'd'] || in ParseMRecip()241 OptionStrings[ValBase.str() + 'h']) { in ParseMRecip()258 if (ValBase.back() != 'f' && ValBase.back() != 'd' && ValBase.back() != 'h') { in ParseMRecip()259 OptionStrings[ValBase.str() + 'd'] = true; in ParseMRecip()260 OptionStrings[ValBase.str() + 'h'] = true; in ParseMRecip()