Searched refs:ConstAndRHS (Results 1 – 1 of 1) sorted by relevance
14122 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in SimplifySelectCC() local14123 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) { in SimplifySelectCC()14125 APInt AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC()