Searched defs:haveFastSqrt (Results 1 – 4 of 4) sorted by relevance
426 bool haveFastSqrt(Type *Ty) const { return false; } in haveFastSqrt() function
2537 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
540 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
665 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo