Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp294 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
344 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h235 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function