Searched refs:copyFastMathFlags (Results 1 – 11 of 11) sorted by relevance
146 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction148 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()190 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction191 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()
2210 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()2225 copyFastMathFlags(FM); in andIRFlags()
266 void copyFastMathFlags(FastMathFlags FMF);289 void copyFastMathFlags(const Instruction *I);
262 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
1340 RI->copyFastMathFlags(&I); in visitFAdd()1348 RI->copyFastMathFlags(&I); in visitFAdd()1705 NewI->copyFastMathFlags(&I); in visitFSub()1718 NewI->copyFastMathFlags(&I); in visitFSub()1725 NewI->copyFastMathFlags(&I); in visitFSub()1732 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()
565 RI->copyFastMathFlags(&I); in visitFMul()607 RI->copyFastMathFlags(&I); in visitFMul()1267 T->copyFastMathFlags(&I); in visitFDiv()
655 New->copyFastMathFlags(I); in buildNew()
724 FPInst->copyFastMathFlags(BO); in FoldOperationIntoSelectOperand()
238 FDiv->copyFastMathFlags(FAdd); in TEST_F()
3817 cast<FCmpInst>(C)->copyFastMathFlags(&*it); in vectorizeBlockInLoop()