OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFastMathFlags
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h
184
FastMathFlags
getFastMathFlags
() const { return FMF; }
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
367
FastMathFlags
getFastMathFlags
() const {
IRBuilder.h
294
FastMathFlags
getFastMathFlags
() const { return FMF; }
296
FastMathFlags &
getFastMathFlags
() { return FMF; }
1426
FMFSource->
getFastMathFlags
());
1451
FMFSource->
getFastMathFlags
());
1476
FMFSource->
getFastMathFlags
());
1501
FMFSource->
getFastMathFlags
());
1526
FMFSource->
getFastMathFlags
());
1591
FMFSource->
getFastMathFlags
()),
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp
259
FastMathFlags Instruction::
getFastMathFlags
() const {
261
return cast<FPMathOperator>(this)->
getFastMathFlags
();
265
copyFastMathFlags(I->
getFastMathFlags
());
285
copyFastMathFlags(FP->
getFastMathFlags
());
306
FastMathFlags FM =
getFastMathFlags
();
307
FM &= FP->
getFastMathFlags
();
Completed in 20 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026