Home
last modified time | relevance | path

Searched defs:setFastMathFlags (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h345 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } in setFastMathFlags() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp614 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp257 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in llvm::sandboxir::Instruction