Tells the code generator which bitwidths to bypass.
Declared in <llvm/CodeGen/TargetLowering.h>
void
addBypassSlowDiv(
unsigned int SlowBitWidth,
unsigned int FastBitWidth);
| Name | Description |
|---|---|
| SlowBitWidth | Bit width of the slow division. |
| FastBitWidth | Bit width of the fast bypass division. |