Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1958 MachineOperand &CCOperand = CCUseInstr->getOperand(Idx); in removeCmpToZeroOrOne() local
1960 static_cast<AArch64CC::CondCode>(CCOperand.getImm())); in removeCmpToZeroOrOne()
1961 CCOperand.setImm(CCUse); in removeCmpToZeroOrOne()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1045 unsigned CCOperand = Opc == ISD::SELECT_CC ? 4 in LegalizeOp() local
1057 cast<CondCodeSDNode>(Node->getOperand(CCOperand))->get(); in LegalizeOp()