OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllowReciprocal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
Operator.h
182
AllowReciprocal
= (1 << 4)
198
bool
allowReciprocal
() { return 0 != (Flags &
AllowReciprocal
); }
205
void setAllowReciprocal() { Flags |=
AllowReciprocal
; }
256
(SubclassOptionalData & ~FastMathFlags::
AllowReciprocal
) |
257
(B * FastMathFlags::
AllowReciprocal
);
293
return (SubclassOptionalData & FastMathFlags::
AllowReciprocal
) != 0;
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
[
all
...]
Completed in 90 milliseconds