Searched refs:copyFastMathFlags (Results 1 – 13 of 13) sorted by relevance
489 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction491 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()539 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction540 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()564 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()595 copyFastMathFlags(FM); in andIRFlags()
84 CI->copyFastMathFlags(FMFSource); in createCallHelper()
559 void copyFastMathFlags(FastMathFlags FMF);591 void copyFastMathFlags(const Instruction *I);
235 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
96 Replacement->copyFastMathFlags(&I); in replaceWithTLIFunction()
139 NewCall->copyFastMathFlags(&OldIntr); in modifyIntrinsicCall()784 NewCall->copyFastMathFlags(&II); in instCombineIntrinsic()
1265 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
2371 FAdd->copyFastMathFlags(II); in visitCallInst()2402 FAdd->copyFastMathFlags(II); in visitCallInst()2471 AbsSign->copyFastMathFlags(II); in visitCallInst()2509 FNeg->copyFastMathFlags(II); in visitCallInst()
1716 RI->copyFastMathFlags(BO); in visitFPTrunc()1834 NewCI->copyFastMathFlags(II); in visitFPTrunc()
1876 NewI->copyFastMathFlags(I); in buildNew()
2765 S->copyFastMathFlags(&I); in visitFNeg()
2038 R->copyFastMathFlags(&Inst); in foldVectorBinop()
635 V->copyFastMathFlags(&CI); in execute()