OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllowReciprocal
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
184
AllowReciprocal
= (1 << 4),
209
bool
allowReciprocal
() const { return 0 != (Flags &
AllowReciprocal
); }
229
Flags = (Flags & ~
AllowReciprocal
) | B *
AllowReciprocal
;
290
(SubclassOptionalData & ~FastMathFlags::
AllowReciprocal
) |
291
(B * FastMathFlags::
AllowReciprocal
);
325
(SubclassOptionalData & FastMathFlags::
AllowReciprocal
) != 0 &&
352
return (SubclassOptionalData & FastMathFlags::
AllowReciprocal
) != 0;
Operator.h
184
AllowReciprocal
= (1 << 4),
209
bool
allowReciprocal
() const { return 0 != (Flags &
AllowReciprocal
); }
229
Flags = (Flags & ~
AllowReciprocal
) | B *
AllowReciprocal
;
290
(SubclassOptionalData & ~FastMathFlags::
AllowReciprocal
) |
291
(B * FastMathFlags::
AllowReciprocal
);
325
(SubclassOptionalData & FastMathFlags::
AllowReciprocal
) != 0 &&
352
return (SubclassOptionalData & FastMathFlags::
AllowReciprocal
) != 0;
/src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h
471
AllowReciprocal
= (1 << 4),
LLVMBitCodes.h
471
AllowReciprocal
= (1 << 4),
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
379
bool
AllowReciprocal
: 1;
395
NoInfs(false), NoSignedZeros(false),
AllowReciprocal
(false),
417
void setAllowReciprocal(bool b) {
AllowReciprocal
= b; }
430
bool hasAllowReciprocal() const { return
AllowReciprocal
; }
445
AllowReciprocal
&= Flags.
AllowReciprocal
;
SelectionDAGNodes.h
379
bool
AllowReciprocal
: 1;
395
NoInfs(false), NoSignedZeros(false),
AllowReciprocal
(false),
417
void setAllowReciprocal(bool b) {
AllowReciprocal
= b; }
430
bool hasAllowReciprocal() const { return
AllowReciprocal
; }
445
AllowReciprocal
&= Flags.
AllowReciprocal
;
Completed in 72 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026