OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoInfs
(Results
1 - 3
of
3
) 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/Bitcode/Writer/
BitcodeWriter.cpp
733
Flags |= FastMathFlags::
NoInfs
;
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
Completed in 238 milliseconds