Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp619 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
669 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp264 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in llvm::sandboxir::Instruction