Searched refs:SetCC0 (Results 1 – 1 of 1) sorted by relevance
27147 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local27156 SetCC0 = Cond->getOperand(0); in checkBoolTestAndOrSetCCCombine()27162 if (SetCC0.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine()27164 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine()27167 CC0 = (X86::CondCode)SetCC0->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()27169 Flags = SetCC0->getOperand(1); in checkBoolTestAndOrSetCCCombine()