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