Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h180 bool isPrecise() const { return (Value & ImpreciseBit) == 0; } isPrecise() function
/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