OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:haveFastSqrt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
342
bool
haveFastSqrt
(Type *Ty) const { return false; }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
460
bool
haveFastSqrt
(Type *Ty) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
525
bool TargetTransformInfo::
haveFastSqrt
(Type *Ty) const {
526
return TTIImpl->
haveFastSqrt
(Ty);
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026