Lines Matching defs:SetCC1
47941 SDValue SetCC0, SetCC1;
47951 SetCC1 = Cond->getOperand(1);
47957 SetCC1.getOpcode() != X86ISD::SETCC ||
47958 SetCC0->getOperand(1) != SetCC1->getOperand(1))
47962 CC1 = (X86::CondCode)SetCC1->getConstantOperandVal(0);
51003 SDValue SetCC1 = N->getOperand(1);
51005 SetCC1.getOpcode() != X86ISD::SETCC)
51022 if (!(NewOpc = GetCombineToOpc(SetCC1))) {
51023 std::swap(SetCC0, SetCC1);
51024 if (!(NewOpc = GetCombineToOpc(SetCC1)))
51043 SDValue CC1N = SetCC1.getOperand(0);
51051 SDValue Sub = SetCC1.getOperand(1);