Home
last modified time | relevance | path

Searched refs:copyFastMathFlags (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp467 RI->copyFastMathFlags(&I); in visitFMul()
496 FMul->copyFastMathFlags(Log2); in visitFMul()
498 FSub->copyFastMathFlags(Log2); in visitFMul()
522 cast<Instruction>(T)->copyFastMathFlags(&I); in visitFMul()
523 Neg->copyFastMathFlags(&I); in visitFMul()
549 T->copyFastMathFlags(&I); in visitFMul()
553 R->copyFastMathFlags(&I); in visitFMul()
DInstCombineAddSub.cpp1535 NewI->copyFastMathFlags(&I); in visitFSub()
1542 NewI->copyFastMathFlags(&I); in visitFSub()
1549 NewI->copyFastMathFlags(&I); in visitFSub()
/external/llvm/include/llvm/IR/
DInstruction.h231 void copyFastMathFlags(const Instruction *I);
/external/llvm/unittests/IR/
DIRBuilderTest.cpp180 FDiv->copyFastMathFlags(FAdd); in TEST_F()
/external/llvm/lib/IR/
DInstruction.cpp181 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction