HomeSort by relevance Sort by last modified time
    Searched defs:haveFastSqrt (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 250 bool haveFastSqrt(Type *Ty) { return false; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 187 bool haveFastSqrt(Type *Ty) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 180 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const {
181 return TTIImpl->haveFastSqrt(Ty);

Completed in 593 milliseconds