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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1104 bool UnsafeFPShrink; member in struct:__anon2853::UnsafeFPLibCallOptimization
1105 UnsafeFPLibCallOptimization(bool UnsafeFPShrink) { argument
1111 CosOpt(bool UnsafeFPShrink) : UnsafeFPLibCallOptimization(UnsafeFPShrink) {} argument
1138 PowOpt(bool UnsafeFPShrink) : UnsafeFPLibCallOptimization(UnsafeFPShrink) {} argument
1206 Exp2Opt(bool UnsafeFPShrink) argument
1914 bool UnsafeFPShrink; member in class:llvm::LibCallSimplifierImpl
2183 LibCallSimplifier(const DataLayout *TD, const TargetLibraryInfo *TLI, bool UnsafeFPShrink) argument
[all...]

Completed in 48 milliseconds