Home
last modified time | relevance | path

Searched defs:copyFastMathFlags (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp489 void Instruction::copyFastMathFlags(FastMathFlags FMF) { copyFastMathFlags() function in Instruction
539 void Instruction::copyFastMathFlags(const Instruction *I) { copyFastMathFlags() function in Instruction
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h235 void copyFastMathFlags(FastMathFlags FMF) { copyFastMathFlags() function