Searched defs:isCondCode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp68 bool parseOperand(OperandVector &Operands, bool isCondCode,
692 bool isCondCode() const { return Kind == k_CondCode; } function in class:__anon25952::AArch64Operand
2969 bool AArch64AsmParser::parseOperand(OperandVector &Operands, bool isCondCode, argument
3009 if (isCondCode)
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp685 bool isCondCode() const { return Kind == k_CondCode; } function in class:__anon25988::ARMOperand
5651 if (static_cast<ARMOperand &>(*Operands[I]).isCondCode())

Completed in 1425 milliseconds