reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7749 APInt::getAllOnesValue(OpSizeInBits))) 7754 auto MatchOutOfRange = [OpSizeInBits](ConstantSDNode *LHS, 7759 return (c1 + c2).uge(OpSizeInBits); 7764 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, 7769 return (c1 + c2).ult(OpSizeInBits); 7790 if (c1 + OpSizeInBits == InnerShiftSize) { 7831 APInt Mask = APInt::getLowBitsSet(OpSizeInBits, OpSizeInBits - ShiftAmt); 7831 APInt Mask = APInt::getLowBitsSet(OpSizeInBits, OpSizeInBits - ShiftAmt); 7841 if (N1C && N1C->getAPIntValue() == (OpSizeInBits - 1)) { 7848 N1C->getAPIntValue() == Log2_32(OpSizeInBits)) {