Searched refs:SetCC0 (Results 1 – 1 of 1) sorted by relevance
46729 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local46738 SetCC0 = Cond->getOperand(0); in checkBoolTestAndOrSetCCCombine()46744 if (SetCC0.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine()46746 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine()46749 CC0 = (X86::CondCode)SetCC0->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()46751 Flags = SetCC0->getOperand(1); in checkBoolTestAndOrSetCCCombine()49787 SDValue SetCC0 = N->getOperand(0); in combineAndOrForCcmpCtest() local49789 if (SetCC0.getOpcode() != X86ISD::SETCC || in combineAndOrForCcmpCtest()49808 std::swap(SetCC0, SetCC1); in combineAndOrForCcmpCtest()49814 static_cast<X86::CondCode>(SetCC0.getConstantOperandVal(0)); in combineAndOrForCcmpCtest()[all …]