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

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

Completed in 109 milliseconds