Home
last modified time | relevance | path

Searched refs:isSlowDivBypassed (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h588 bool isSlowDivBypassed() const { return !BypassSlowDivWidths.empty(); } in isSlowDivBypassed() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp605 if (!OptSize && !PSI->hasHugeWorkingSetSize() && TLI->isSlowDivBypassed()) { in _run()