Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DOperator.h309 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function
DIRBuilder.h305 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } in setFastMathFlags() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstruction.cpp230 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in Instruction