Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h290 void setHasNoNaNs(bool B);