Searched refs:copyFastMathFlags (Results 1 – 10 of 10) sorted by relevance
135 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction137 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()179 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction180 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
1941 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()1956 copyFastMathFlags(FM); in andIRFlags()
264 void copyFastMathFlags(FastMathFlags FMF);287 void copyFastMathFlags(const Instruction *I);
263 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
1352 RI->copyFastMathFlags(&I); in visitFAdd()1360 RI->copyFastMathFlags(&I); in visitFAdd()1706 NewI->copyFastMathFlags(&I); in visitFSub()1719 NewI->copyFastMathFlags(&I); in visitFSub()1726 NewI->copyFastMathFlags(&I); in visitFSub()1733 NewI->copyFastMathFlags(&I); in visitFSub()
1231 RI->copyFastMathFlags(OpI); in visitFPTrunc()1248 RI->copyFastMathFlags(OpI); in visitFPTrunc()1266 RI->copyFastMathFlags(OpI); in visitFPTrunc()1284 RI->copyFastMathFlags(OpI); in visitFPTrunc()1294 RI->copyFastMathFlags(OpI); in visitFPTrunc()
554 RI->copyFastMathFlags(&I); in visitFMul()596 RI->copyFastMathFlags(&I); in visitFMul()1257 T->copyFastMathFlags(&I); in visitFDiv()
704 New->copyFastMathFlags(I); in BuildNew()
678 FPInst->copyFastMathFlags(BO); in FoldOperationIntoSelectOperand()
201 FDiv->copyFastMathFlags(FAdd); in TEST_F()