Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5713 SDValue NotCCBit(CurDAG->getMachineNode(PPC::CRNOR, dl, MVT::i1, in Select() local
5715 SDValue C = Inv ? NotCCBit : CCBit, in Select()
5716 NotC = Inv ? CCBit : NotCCBit; in Select()