Searched defs:haveFastSqrt (Results 1 – 4 of 4) sorted by relevance
393 bool haveFastSqrt(Type *Ty) { in haveFastSqrt() function
349 bool haveFastSqrt(Type *Ty) { return false; } in haveFastSqrt() function
1626 bool haveFastSqrt(Type *Ty) override { return Impl.haveFastSqrt(Ty); } in haveFastSqrt() function
439 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { in haveFastSqrt() function in TargetTransformInfo