OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noInfs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
Operator.h
180
NoInfs
= (1 << 2),
196
bool
noInfs
() { return 0 != (Flags &
NoInfs
); }
203
void setNoInfs() { Flags |=
NoInfs
; }
246
(SubclassOptionalData & ~FastMathFlags::
NoInfs
) |
247
(B * FastMathFlags::
NoInfs
);
281
return (SubclassOptionalData & FastMathFlags::
NoInfs
) != 0;
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
812
(FMF.
noInfs
() || FSub->hasNoInfs()))
[
all
...]
Completed in 264 milliseconds