Searched refs:haveFastSqrt (Results 1 – 5 of 5) sorted by relevance
353 bool haveFastSqrt(Type *Ty) const;556 virtual bool haveFastSqrt(Type *Ty) = 0;683 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
246 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
159 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo160 return TTIImpl->haveFastSqrt(Ty); in haveFastSqrt()
88 if (TTI->haveFastSqrt(Call->getType()) && in runOnFunction()
192 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function