Searched defs:isPrecise (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 165 bool isPrecise() const { in isPrecise() function
|
| /llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 180 bool isPrecise() const { return (Value & ImpreciseBit) == 0; } isPrecise() function
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | CallStack.cc | 919 bool isPrecise; in adjustEvent() local
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | CallStack.cc | 919 bool isPrecise; in adjustEvent() local
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1270 bool isBinary, bool isPrecise = false) { in optimizeDoubleFP() 1328 bool isPrecise = false) { in optimizeUnaryDoubleFP() 1334 bool isPrecise = false) { in optimizeBinaryDoubleFP()
|
| /llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1888 optimizeDoubleFP(CallInst * CI,IRBuilderBase & B,bool isBinary,const TargetLibraryInfo * TLI,bool isPrecise=false) optimizeDoubleFP() argument 1948 optimizeUnaryDoubleFP(CallInst * CI,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool isPrecise=false) optimizeUnaryDoubleFP() argument 1955 optimizeBinaryDoubleFP(CallInst * CI,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool isPrecise=false) optimizeBinaryDoubleFP() argument
|