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