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

  /external/llvm/include/llvm/IR/
Instruction.h 231 void copyFastMathFlags(const Instruction *I);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 180 FDiv->copyFastMathFlags(FAdd);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 467 RI->copyFastMathFlags(&I);
496 FMul->copyFastMathFlags(Log2);
498 FSub->copyFastMathFlags(Log2);
522 cast<Instruction>(T)->copyFastMathFlags(&I);
523 Neg->copyFastMathFlags(&I);
549 T->copyFastMathFlags(&I);
553 R->copyFastMathFlags(&I);
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 181 void Instruction::copyFastMathFlags(const Instruction *I) {

Completed in 91 milliseconds