Searched refs:CCBit (Results 1 – 1 of 1) sorted by relevance
2691 SDValue CCBit = CurDAG->getTargetExtractSubreg(SRI, dl, MVT::i1, CCReg); in Select() local2694 CCBit, CCBit), 0); in Select()2695 SDValue C = Inv ? NotCCBit : CCBit, in Select()2696 NotC = Inv ? CCBit : NotCCBit; in Select()