Searched refs:VCMP_CC (Results 1 – 1 of 1) sorted by relevance
2415 auto VCMP_CC = cast<CondCodeSDNode>(VCMP.getOperand(2))->get(); in combineBallotPattern() local2416 if ((VCMP_CC == ISD::SETEQ || VCMP_CC == ISD::SETNE) && in combineBallotPattern()2424 Negate = VCMP_CC == ISD::SETEQ; in combineBallotPattern()