ΒΆbool expandDivisionUpTo64Bits(
    llvm::BinaryOperator* Div)

Description

Generate code to divide two integers, replacing Div with the generated code. Uses ExpandDivision with a 64bit Div. Replace Rem with generated code.

Declared at: llvm/include/llvm/Transforms/Utils/IntegerDivision.h:68

Parameters

llvm::BinaryOperator* Div