Home
last modified time | relevance | path

Searched refs:setHasNoNaNs (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h227 setHasNoNaNs(true); in setHasUnsafeAlgebra()
233 void setHasNoNaNs(bool B) { in setHasNoNaNs() function
DInstruction.h265 void setHasNoNaNs(bool B);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h247 setHasNoNaNs(B); in setFast()
261 void setHasNoNaNs(bool B) { in setHasNoNaNs() function
DInstruction.h330 void setHasNoNaNs(bool B);
/external/llvm/lib/IR/
DInstruction.cpp133 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs() function in Instruction
135 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h290 void setHasNoNaNs(bool B);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp158 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs() function in Instruction
160 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp331 FAdd->setHasNoNaNs(true); in TEST_F()