Searched defs:setFastMathFlags (Results 1 – 3 of 3) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
| H A D | Operator.h | 229 void setFastMathFlags(FastMathFlags FMF) { setFastMathFlags() function |
| H A D | IRBuilder.h | 305 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } setFastMathFlags() function |
| /freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
| H A D | Instruction.cpp | 484 void Instruction::setFastMathFlags(FastMathFlags FMF) { setFastMathFlags() function in Instruction |