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 246 bool haveFastSqrt(Type *Ty) { return false; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 159 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const {
160 return TTIImpl->haveFastSqrt(Ty);
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 192 bool haveFastSqrt(Type *Ty) {

Completed in 42 milliseconds