Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp214 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
264 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h314 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function