Searched refs:copyFastMathFlags (Results 1 – 14 of 14) sorted by relevance
244 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction246 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()294 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction295 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()315 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()338 copyFastMathFlags(FM); in andIRFlags()
94 CI->copyFastMathFlags(FMFSource);
438 void copyFastMathFlags(FastMathFlags FMF);470 void copyFastMathFlags(const Instruction *I);
232 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
82 Replacement->copyFastMathFlags(&CI); in replaceWithTLIFunction()
136 NewCall->copyFastMathFlags(&OldIntr); in modifyIntrinsicCall()671 NewCall->copyFastMathFlags(&II); in instCombineIntrinsic()
959 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
1849 FAdd->copyFastMathFlags(II); in visitCallInst()1880 FAdd->copyFastMathFlags(II); in visitCallInst()1977 FNeg->copyFastMathFlags(II); in visitCallInst()
1817 RI->copyFastMathFlags(BO); in visitFPTrunc()1935 NewCI->copyFastMathFlags(II); in visitFPTrunc()
1148 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()1869 R->copyFastMathFlags(&Inst); in foldVectorBinop()
2324 S->copyFastMathFlags(&I); in visitFNeg()
1753 New->copyFastMathFlags(I); in buildNew()
705 FDiv->copyFastMathFlags(FAdd); in TEST_F()
4238 V->copyFastMathFlags(&CI); in widenCallInstruction()