Searched defs:haveFastSqrt (Results 1 – 4 of 4) sorted by relevance
202 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo
197 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
256 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
852 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function