Searched refs:copyFastMathFlags (Results 1 – 12 of 12) sorted by relevance
214 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction216 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()264 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction265 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()285 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()308 copyFastMathFlags(FM); in andIRFlags()
79 CI->copyFastMathFlags(FMFSource);
440 void copyFastMathFlags(FastMathFlags FMF);472 void copyFastMathFlags(const Instruction *I);
314 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()
912 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
1361 NewCall->copyFastMathFlags(II); in visitCallInst()1385 FAdd->copyFastMathFlags(II); in visitCallInst()1416 FAdd->copyFastMathFlags(II); in visitCallInst()1513 FNeg->copyFastMathFlags(II); in visitCallInst()
956 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()1052 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()1749 R->copyFastMathFlags(&Inst); in foldVectorBinop()
1722 RI->copyFastMathFlags(BO); in visitFPTrunc()1840 NewCI->copyFastMathFlags(II); in visitFPTrunc()
1589 New->copyFastMathFlags(I); in buildNew()
5112 V->copyFastMathFlags(CI); in widenCallInstruction()