OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowreciprocal
(Results
1 - 6
of
6
) 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
; }
252
(SubclassOptionalData & ~FastMathFlags::
AllowReciprocal
) |
253
(B * FastMathFlags::
AllowReciprocal
);
289
return (SubclassOptionalData & FastMathFlags::
AllowReciprocal
) != 0;
/external/llvm/unittests/IR/
IRBuilderTest.cpp
169
EXPECT_TRUE(Builder.getFastMathFlags().
AllowReciprocal
);
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
691
Flags |= FastMathFlags::
AllowReciprocal
;
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
567
Flags |= FastMathFlags::
AllowReciprocal
;
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
Completed in 2330 milliseconds