Lines Matching refs:SetCC
5847 SDNode *SetCC = SetCCs[i]; in ExtendSetCCUses() local
5851 SDValue SOp = SetCC->getOperand(j); in ExtendSetCCUses()
5858 Ops.push_back(SetCC->getOperand(2)); in ExtendSetCCUses()
5859 CombineTo(SetCC, DAG.getNode(ISD::SETCC, DL, SetCC->getValueType(0), Ops)); in ExtendSetCCUses()
6166 SDValue SetCC = DAG.getSetCC(DL, SetCCVT, in visitSIGN_EXTEND() local
6168 return DAG.getSelect(DL, VT, SetCC, in visitSIGN_EXTEND()
9381 SDValue SetCC = in visitBRCOND() local
9388 MVT::Other, Chain, SetCC, N2); in visitBRCOND()
9397 DAG.ReplaceAllUsesOfValueWith(N1, SetCC); in visitBRCOND()
9448 SDValue SetCC = DAG.getSetCC(SDLoc(TheXor), in visitBRCOND() local
9454 DAG.ReplaceAllUsesOfValueWith(N1, SetCC); in visitBRCOND()
9457 MVT::Other, Chain, SetCC, N2); in visitBRCOND()