Searched refs:haveFastSqrt (Results 1 – 4 of 4) sorted by relevance
153 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo154 return PrevTTI->haveFastSqrt(Ty); in haveFastSqrt()532 bool haveFastSqrt(Type *Ty) const { in haveFastSqrt() function
85 if (TTI->haveFastSqrt(Call->getType()) && in runOnFunction()
298 virtual bool haveFastSqrt(Type *Ty) const;
86 virtual bool haveFastSqrt(Type *Ty) const;188 bool BasicTTI::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in BasicTTI