Home
last modified time | relevance | path

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

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