Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1135 X86::CondCode ParseConditionCode(StringRef CCode);
2748 X86::CondCode X86AsmParser::ParseConditionCode(StringRef CC) { in ParseConditionCode() function in X86AsmParser
3168 ParseConditionCode(PatchedName.substr(1)) != X86::COND_INVALID))) { in ParseInstruction()