ΒΆbool expandDivisionUpTo32Bits(
llvm::BinaryOperator* Div)
bool expandDivisionUpTo32Bits(
llvm::BinaryOperator* Div)
Description
Generate code to divide two integers, replacing Div with the generated code. Uses ExpandDivision with a 32bit Div which makes it useful for targets with little or no support for less than 32 bit arithmetic. Replace Rem with generated code.
Declared at: llvm/include/llvm/Transforms/Utils/IntegerDivision.h:62
Parameters
- llvm::BinaryOperator* Div