llvm::TargetLoweringBase::addBypassSlowDiv

Tells the code generator which bitwidths to bypass.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

void
addBypassSlowDiv(
    unsigned int SlowBitWidth,
    unsigned int FastBitWidth);

Parameters

NameDescription
SlowBitWidthBit width of the slow division.
FastBitWidthBit width of the fast bypass division.