Searched defs:haveFastSqrt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h349 bool haveFastSqrt(Type *Ty) { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h393 bool haveFastSqrt(Type *Ty) { function in class:llvm::BasicTTIImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp439 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { function in class:TargetTransformInfo

Completed in 177 milliseconds