Generate code to calculate the remainder of two integers, replacing Rem with the generated code. Uses ExpandReminder with a 64bit Rem.

Synopsis

Declared in <llvm/Transforms/Utils/IntegerDivision.h>

bool
expandRemainderUpTo64Bits(BinaryOperator* Rem);

Description

Replace Rem with generated code.

Created with MrDocs