HomeSort by: relevance | last modified time | path
    Searched defs:copyFastMathFlags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h 314 void copyFastMathFlags(FastMathFlags FMF) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 214 void Instruction::copyFastMathFlags(FastMathFlags FMF) {
216 cast<FPMathOperator>(this)->copyFastMathFlags(FMF);
264 void Instruction::copyFastMathFlags(const Instruction *I) {
265 copyFastMathFlags(I->getFastMathFlags());
285 copyFastMathFlags(FP->getFastMathFlags());
308 copyFastMathFlags(FM);

Completed in 21 milliseconds