Lines Matching defs:CondCode
124 static LPCC::CondCode getOppositeCondition(LPCC::CondCode CC) {
353 SmallVector<std::pair<MachineOperand *, LPCC::CondCode>, 4>
373 LPCC::CondCode CC;
374 CC = (LPCC::CondCode)Instr.getOperand(IO - 1).getImm();
377 LPCC::CondCode NewCC = getOppositeCondition(CC);
521 unsigned CondCode = MI.getOperand(3).getImm();
523 NewMI.addImm(getOppositeCondition(LPCC::CondCode(CondCode)));
525 NewMI.addImm(CondCode);
622 LPCC::CondCode BranchCond =
623 static_cast<LPCC::CondCode>(Instruction->getOperand(1).getImm());
648 LPCC::CondCode BranchCond =
649 static_cast<LPCC::CondCode>(Condition[0].getImm());