Searched refs:copyFastMathFlags (Results 1 – 5 of 5) sorted by relevance
467 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()
1535 NewI->copyFastMathFlags(&I); in visitFSub()1542 NewI->copyFastMathFlags(&I); in visitFSub()1549 NewI->copyFastMathFlags(&I); in visitFSub()
231 void copyFastMathFlags(const Instruction *I);
180 FDiv->copyFastMathFlags(FAdd); in TEST_F()
181 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction