Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1311 SDValue NotCCBit(CurDAG->getMachineNode(PPC::CRNOR, dl, MVT::i1, in Select() local
1313 SDValue C = Inv ? NotCCBit : CCBit, in Select()
1314 NotC = Inv ? CCBit : NotCCBit; in Select()