Searched refs:copyFastMathFlags (Results 1 – 13 of 13) sorted by relevance
235 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction237 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()285 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction286 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()306 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()329 copyFastMathFlags(FM); in andIRFlags()
79 CI->copyFastMathFlags(FMFSource);
454 void copyFastMathFlags(FastMathFlags FMF);486 void copyFastMathFlags(const Instruction *I);
315 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
83 Replacement->copyFastMathFlags(&CI); in replaceWithTLIFunction()
166 NewCall->copyFastMathFlags(&II); in simplifyAMDGCNImageIntrinsic()511 NewCall->copyFastMathFlags(&II); in instCombineIntrinsic()
939 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
1426 FAdd->copyFastMathFlags(II); in visitCallInst()1457 FAdd->copyFastMathFlags(II); in visitCallInst()1554 FNeg->copyFastMathFlags(II); in visitCallInst()
997 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()1093 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()1790 R->copyFastMathFlags(&Inst); in foldVectorBinop()
1787 RI->copyFastMathFlags(BO); in visitFPTrunc()1905 NewCI->copyFastMathFlags(II); in visitFPTrunc()
2231 S->copyFastMathFlags(&I); in visitFNeg()
1649 New->copyFastMathFlags(I); in buildNew()
5037 V->copyFastMathFlags(CI); in widenCallInstruction()