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