Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1865 MachineOperand &CCOperand = CCUseInstr->getOperand(Idx); in removeCmpToZeroOrOne() local
1867 static_cast<AArch64CC::CondCode>(CCOperand.getImm())); in removeCmpToZeroOrOne()
1868 CCOperand.setImm(CCUse); in removeCmpToZeroOrOne()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1044 unsigned CCOperand = Opc == ISD::SELECT_CC ? 4 in LegalizeOp() local
1056 cast<CondCodeSDNode>(Node->getOperand(CCOperand))->get(); in LegalizeOp()