Home
last modified time | relevance | path

Searched defs:isPrecise (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h165 bool isPrecise() const { in isPrecise() function
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h180 bool isPrecise() const { return (Value & ImpreciseBit) == 0; } isPrecise() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DCallStack.cc919 bool isPrecise; in adjustEvent() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DCallStack.cc919 bool isPrecise; in adjustEvent() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1270 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 DSimplifyLibCalls.cpp1888 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