Searched refs:copyFastMathFlags (Results 1 – 14 of 14) sorted by relevance
565 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction567 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()615 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction616 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()647 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()686 copyFastMathFlags(FM); in andIRFlags()
85 CI->copyFastMathFlags(FMFSource); in createCallHelper()
594 void copyFastMathFlags(FastMathFlags FMF);626 void copyFastMathFlags(const Instruction *I);
267 void copyFastMathFlags(FastMathFlags FMF) {
94 Replacement->copyFastMathFlags(II); in replaceWithTLIFunction()
139 NewCall->copyFastMathFlags(&OldIntr); in modifyIntrinsicCall()781 CI->copyFastMathFlags(&II); in instCombineIntrinsic()
1270 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
2473 FAdd->copyFastMathFlags(II); in visitCallInst()2504 FAdd->copyFastMathFlags(II); in visitCallInst()2595 AbsSign->copyFastMathFlags(II); in visitCallInst()2711 cast<Instruction>(NewLdexp)->copyFastMathFlags(II); in visitCallInst()
917 SI->copyFastMathFlags(I.getFastMathFlags()); in visitFMul()923 SI->copyFastMathFlags(I.getFastMathFlags()); in visitFMul()
1759 RI->copyFastMathFlags(BO); in visitFPTrunc()1877 NewCI->copyFastMathFlags(II); in visitFPTrunc()
1884 NewI->copyFastMathFlags(I); in buildNew()
2776 S->copyFastMathFlags(&I); in visitFNeg()
2245 R->copyFastMathFlags(&Inst); in foldVectorBinop()
925 V->copyFastMathFlags(CI); in execute()