Searched refs:ConstAndRHS (Results 1 – 1 of 1) sorted by relevance
28821 auto *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in SimplifySelectCC() local28822 if (ConstAndRHS && ConstAndRHS->getAPIntValue().popcount() == 1) { in SimplifySelectCC()28824 const APInt &AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC()