Home
last modified time | relevance | path

Searched refs:setHasNoNaNs (Results 1 – 12 of 12) 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-10.0/llvm/include/llvm/IR/
DOperator.h253 setHasNoNaNs(B); in setFast()
267 void setHasNoNaNs(bool B) { in setHasNoNaNs() function
DInstruction.h371 void setHasNoNaNs(bool B);
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h253 setHasNoNaNs(B); in setFast()
267 void setHasNoNaNs(bool B) { in setHasNoNaNs() function
DInstruction.h405 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/llvm-project/llvm/lib/IR/
DInstruction.cpp178 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs() function in Instruction
180 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp159 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs() function in Instruction
161 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp61 I->setHasNoNaNs(false); in TEST_F()
456 I->setHasNoNaNs(true); in TEST_F()
643 FAdd->setHasNoNaNs(true); in TEST_F()
DInstructionsTest.cpp1264 FAdd->setHasNoNaNs(true); in TEST()