Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2050 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled() function
2158 return getOpEnabled(true, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateSqrtEnabled()
2163 return getOpEnabled(false, VT, getRecipEstimateForFunc(MF)); in getRecipEstimateDivEnabled()