Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp135 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction
179 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h263 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function