Lines Matching defs:AndC
30580 const APInt *AndC;
30581 if (match(BitV, m_c_And(m_Value(AndOp), m_APInt(AndC)))) {
30583 if (*AndC == (I->getType()->getPrimitiveSizeInBits() - 1))
48284 auto *AndC = dyn_cast<ConstantSDNode>(N0.getOperand(1));
48285 if (!ShiftC || !AndC)
48291 APInt MaskVal = AndC->getAPIntValue();
48305 // srl (and X, AndC), ShiftC --> and (srl X, ShiftC), (AndC >> ShiftC)
49919 const APInt &AndC = N1C->getAPIntValue();
49921 if (MulC.uge(AndC) && !MulC.isPowerOf2() &&