Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp244 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
294 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DOperator.h232 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function