Searched refs:copyFastMathFlags (Results 1 – 10 of 10) sorted by relevance
169 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction171 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()213 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction214 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()234 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()253 copyFastMathFlags(FM); in andIRFlags()
290 void copyFastMathFlags(FastMathFlags FMF);313 void copyFastMathFlags(const Instruction *I);
262 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
1320 RI->copyFastMathFlags(&I); in visitFAdd()1328 RI->copyFastMathFlags(&I); in visitFAdd()1685 NewI->copyFastMathFlags(&I); in visitFSub()1698 NewI->copyFastMathFlags(&I); in visitFSub()1705 NewI->copyFastMathFlags(&I); in visitFSub()1712 NewI->copyFastMathFlags(&I); in visitFSub()
1304 RI->copyFastMathFlags(OpI); in visitFPTrunc()1321 RI->copyFastMathFlags(OpI); in visitFPTrunc()1339 RI->copyFastMathFlags(OpI); in visitFPTrunc()1357 RI->copyFastMathFlags(OpI); in visitFPTrunc()1367 RI->copyFastMathFlags(OpI); in visitFPTrunc()
568 RI->copyFastMathFlags(&I); in visitFMul()610 RI->copyFastMathFlags(&I); in visitFMul()629 FMulVal->copyFastMathFlags(&I); in visitFMul()1297 T->copyFastMathFlags(&I); in visitFDiv()
744 New->copyFastMathFlags(I); in buildNew()
720 FPInst->copyFastMathFlags(BO); in FoldOperationIntoSelectOperand()
248 FDiv->copyFastMathFlags(FAdd); in TEST_F()
4156 cast<FCmpInst>(C)->copyFastMathFlags(Cmp); in vectorizeBlockInLoop()4283 V->copyFastMathFlags(CI); in vectorizeBlockInLoop()