OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noInfs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
182
NoInfs
= (1 << 2),
207
bool
noInfs
() const { return 0 != (Flags &
NoInfs
); }
223
Flags = (Flags & ~
NoInfs
) | B *
NoInfs
;
278
(SubclassOptionalData & ~FastMathFlags::
NoInfs
) |
279
(B * FastMathFlags::
NoInfs
);
323
(SubclassOptionalData & FastMathFlags::
NoInfs
) != 0 &&
342
return (SubclassOptionalData & FastMathFlags::
NoInfs
) != 0;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp
555
if (Flags.
noInfs
())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
4814
if (FMF.
noInfs
() && (IsInf || IsUndef))
ValueTracking.cpp
4894
if (FMF.noNaNs() || FMF.
noInfs
())
Completed in 77 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026