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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h158 /// isSlowDivBypassed - Returns true if target has indicated at least one
160 bool isSlowDivBypassed() const { return !BypassSlowDivTypes.empty(); } function in class:llvm::TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp158 if (TLI && TLI->isSlowDivBypassed()) {

Completed in 196 milliseconds