OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasNoNaNs
(Results
1 - 10
of
10
) sorted by null
/external/llvm/unittests/IR/
IRBuilderTest.cpp
142
EXPECT_FALSE(FAdd->
hasNoNaNs
());
157
EXPECT_TRUE(FAdd->
hasNoNaNs
());
164
EXPECT_TRUE(FAdd->
hasNoNaNs
());
218
EXPECT_FALSE(FCall->
hasNoNaNs
());
227
EXPECT_TRUE(FCall->
hasNoNaNs
());
239
EXPECT_TRUE(FDiv->
hasNoNaNs
());
/external/llvm/lib/IR/
Instruction.cpp
158
bool Instruction::
hasNoNaNs
() const {
160
return cast<FPMathOperator>(this)->
hasNoNaNs
();
AsmWriter.cpp
[
all
...]
/external/llvm/include/llvm/IR/
Instruction.h
272
bool
hasNoNaNs
() const;
Operator.h
275
bool
hasNoNaNs
() const {
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
360
bool
hasNoNaNs
() const { return NoNaNs; }
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
555
if (FPMO->
hasNoNaNs
())
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
817
if (FPMO->
hasNoNaNs
())
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
Completed in 470 milliseconds