Searched refs:SelectCCValid (Results 1 – 1 of 1) sorted by relevance
7589 auto *SelectCCValid = dyn_cast<ConstantSDNode>(Select->getOperand(2)); in combineGET_CCMASK() local7591 if (!SelectCCValid || !SelectCCMask) in combineGET_CCMASK()7593 int SelectCCValidVal = SelectCCValid->getZExtValue(); in combineGET_CCMASK()