LLVM API Documentation
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
bool | llvm::expandRemainder (BinaryOperator *Rem) |
Replace Rem with generated code. | |
bool | llvm::expandDivision (BinaryOperator *Div) |
Replace Div with generated code. | |
bool | llvm::expandRemainderUpTo32Bits (BinaryOperator *Rem) |
Replace Rem with generated code. | |
bool | llvm::expandRemainderUpTo64Bits (BinaryOperator *Rem) |
Replace Rem with generated code. | |
bool | llvm::expandDivisionUpTo32Bits (BinaryOperator *Div) |
Replace Rem with generated code. | |
bool | llvm::expandDivisionUpTo64Bits (BinaryOperator *Div) |
Replace Rem with generated code. |