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