Home
last modified time | relevance | path

Searched refs:setHasAllowReciprocal (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.h256 setHasAllowReciprocal(B); in setFast()
285 void setHasAllowReciprocal(bool B) { in setHasAllowReciprocal() function
DInstruction.h386 void setHasAllowReciprocal(bool B);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp174 void Instruction::setHasAllowReciprocal(bool B) { in setHasAllowReciprocal() function in Instruction
176 cast<FPMathOperator>(this)->setHasAllowReciprocal(B); in setHasAllowReciprocal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h305 void setHasAllowReciprocal(bool B);