Searched refs:parseCondCode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp61 bool parseCondCode(OperandVector &Operands, bool invertCondCode);
2248 /// parseCondCode - Parse a Condition Code operand.
2249 bool AArch64AsmParser::parseCondCode(OperandVector &Operands, function in class:AArch64AsmParser
3010 return parseCondCode(Operands, invertCondCode);

Completed in 444 milliseconds