Searched defs:haveFastSqrt (Results 1 – 4 of 4) sorted by relevance
512 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
383 bool haveFastSqrt(Type *Ty) const { return false; } in haveFastSqrt() function
2210 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
582 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo