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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1287 SDValue SelectionDAG::getCondCode(ISD::CondCode Cond) { function in class:SelectionDAG
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp493 ARMCC::CondCodes getCondCode() const { function in class:__anon9445::ARMOperand
1408 Inst.addOperand(MCOperand::CreateImm(unsigned(getCondCode())));
1409 unsigned RegNum = getCondCode() == ARMCC::AL ? 0: ARM::CPSR;
1435 Inst.addOperand(MCOperand::CreateImm(unsigned(getCondCode())));
2330 OS << "<ARMCC::" << ARMCondCodeToString(getCondCode()) << ">";

Completed in 102 milliseconds