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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1939 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { function
2047 return getOpEnabled(true, VT, getRecipEstimateForFunc(MF));
2052 return getOpEnabled(false, VT, getRecipEstimateForFunc(MF));

Completed in 86 milliseconds