17 #ifndef LLVM_TRANSFORMS_UTILS_INTEGERDIVISION_H
18 #define LLVM_TRANSFORMS_UTILS_INTEGERDIVISION_H
bool expandRemainderUpTo32Bits(BinaryOperator *Rem)
Replace Rem with generated code.
bool expandRemainder(BinaryOperator *Rem)
Replace Rem with generated code.
bool expandDivisionUpTo32Bits(BinaryOperator *Div)
Replace Rem with generated code.
bool expandDivision(BinaryOperator *Div)
Replace Div with generated code.