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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 202 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const {
203 return TTIImpl->haveFastSqrt(Ty);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 256 bool haveFastSqrt(Type *Ty) { return false; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 197 bool haveFastSqrt(Type *Ty) {
    [all...]

Completed in 228 milliseconds