OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ApproxFunc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
186
ApproxFunc
= (1 << 6)
211
bool
approxFunc
() const { return 0 != (Flags &
ApproxFunc
); }
235
Flags = (Flags & ~
ApproxFunc
) | B *
ApproxFunc
;
302
(SubclassOptionalData & ~FastMathFlags::
ApproxFunc
) |
303
(B * FastMathFlags::
ApproxFunc
);
327
(SubclassOptionalData & FastMathFlags::
ApproxFunc
) != 0);
363
return (SubclassOptionalData & FastMathFlags::
ApproxFunc
) != 0;
/src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h
473
ApproxFunc
= (1 << 6),
Completed in 20 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026