Lines Matching defs:SetCC1
46729 SDValue SetCC0, SetCC1;
46739 SetCC1 = Cond->getOperand(1);
46745 SetCC1.getOpcode() != X86ISD::SETCC ||
46746 SetCC0->getOperand(1) != SetCC1->getOperand(1))
46750 CC1 = (X86::CondCode)SetCC1->getConstantOperandVal(0);
49788 SDValue SetCC1 = N->getOperand(1);
49790 SetCC1.getOpcode() != X86ISD::SETCC)
49807 if (!(NewOpc = GetCombineToOpc(SetCC1))) {
49808 std::swap(SetCC0, SetCC1);
49809 if (!(NewOpc = GetCombineToOpc(SetCC1)))
49828 SDValue CC1N = SetCC1.getOperand(0);
49836 SDValue Sub = SetCC1.getOperand(1);