Searched refs:Add1C (Results 1 – 1 of 1) sorted by relevance
4308 auto *Add1C = dyn_cast<ConstantSDNode>(Add1); in tryShiftAmountMod() local4311 if (Add1C && Add1C->getAPIntValue().urem(Size) == 0) { in tryShiftAmountMod()4316 (Add1C && Add1C->getAPIntValue().urem(Size) == Size - 1))) { in tryShiftAmountMod()4320 assert(Add0C == nullptr || Add1C == nullptr); in tryShiftAmountMod()