Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4838 SDValue CCBit = CurDAG->getTargetExtractSubreg(SRI, dl, MVT::i1, CCReg); in Select() local
4841 CCBit, CCBit), 0); in Select()
4842 SDValue C = Inv ? NotCCBit : CCBit, in Select()
4843 NotC = Inv ? CCBit : NotCCBit; in Select()