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

  /external/llvm/include/llvm/IR/
Instruction.h 249 void copyFastMathFlags(const Instruction *I);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineCasts.cpp     [all...]
InstCombineMulDivRem.cpp 463 RI->copyFastMathFlags(&I);
505 RI->copyFastMathFlags(&I);
    [all...]
InstCombineVectorOps.cpp 703 New->copyFastMathFlags(I);
    [all...]
InstructionCombining.cpp 671 FPInst->copyFastMathFlags(BO);
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 185 void Instruction::copyFastMathFlags(const Instruction *I) {
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 196 FDiv->copyFastMathFlags(FAdd);

Completed in 110 milliseconds