|
LLVM
8.0.1
|

Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
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.13