Searched defs:haveFastSqrt (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp144 bool TargetTransformInfo::haveFastSqrt(Type *Ty) const { function in class:TargetTransformInfo
145 return PrevTTI->haveFastSqrt(Ty);
535 bool haveFastSqrt(Type *Ty) const override {
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp92 bool haveFastSqrt(Type *Ty) const override;
194 bool BasicTTI::haveFastSqrt(Type *Ty) const { function in class:BasicTTI

Completed in 334 milliseconds