Searched refs:SlowType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp127 IntegerType *SlowType = dyn_cast<IntegerType>(SlowDivOrRem->getType()); local
128 if (!SlowType)
132 auto BI = BypassWidths.find(SlowType->getBitWidth());

Completed in 185 milliseconds