Searched refs:ConstAndRHS (Results 1 – 3 of 3) sorted by relevance
7572 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in SimplifySelectCC() local7573 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) { in SimplifySelectCC()7575 APInt AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC()
14306 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in SimplifySelectCC() local14307 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) { in SimplifySelectCC()14309 const APInt &AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC()
17909 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in SimplifySelectCC() local17910 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) { in SimplifySelectCC()17912 const APInt &AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC()