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 - 1
of
1
) 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;
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026