Home
last modified time | relevance | path

Searched defs:haveFastSqrt (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp202 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h197 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h256 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
DTargetTransformInfo.h852 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function