|
LLVM
4.0.0
|
Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| bool | llvm::expandRemainder (BinaryOperator *Rem) |
| Generate code to calculate the remainder of two integers, replacing Rem with the generated code. More... | |
| bool | llvm::expandDivision (BinaryOperator *Div) |
| Generate code to divide two integers, replacing Div with the generated code. More... | |
| bool | llvm::expandRemainderUpTo32Bits (BinaryOperator *Rem) |
| Generate code to calculate the remainder of two integers, replacing Rem with the generated code. More... | |
| bool | llvm::expandRemainderUpTo64Bits (BinaryOperator *Rem) |
| Generate code to calculate the remainder of two integers, replacing Rem with the generated code. More... | |
| bool | llvm::expandDivisionUpTo32Bits (BinaryOperator *Div) |
| Generate code to divide two integers, replacing Div with the generated code. More... | |
| bool | llvm::expandDivisionUpTo64Bits (BinaryOperator *Div) |
| Generate code to divide two integers, replacing Div with the generated code. More... | |
1.8.6