HomeSort by relevance Sort by last modified time
    Searched defs:copyFastMathFlags (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Instruction.cpp 146 void Instruction::copyFastMathFlags(FastMathFlags FMF) {
148 cast<FPMathOperator>(this)->copyFastMathFlags(FMF);
190 void Instruction::copyFastMathFlags(const Instruction *I) {
191 copyFastMathFlags(I->getFastMathFlags());
  /external/llvm/include/llvm/IR/
Operator.h 262 void copyFastMathFlags(FastMathFlags FMF) {

Completed in 57 milliseconds