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