Searched refs:copyFastMathFlags (Results 1 – 13 of 13) sorted by relevance
189 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction191 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()239 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction240 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()260 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()283 copyFastMathFlags(FM); in andIRFlags()
80 CI->copyFastMathFlags(FMFSource); in createCallHelper()
3527 cast<Instruction>(NewCall)->copyFastMathFlags(CI); in UpgradeIntrinsicCall()3538 cast<Instruction>(NewCall)->copyFastMathFlags(CI); in UpgradeIntrinsicCall()
315 void copyFastMathFlags(FastMathFlags FMF);338 void copyFastMathFlags(const Instruction *I);
401 void copyFastMathFlags(FastMathFlags FMF);433 void copyFastMathFlags(const Instruction *I);
311 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
693 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24()
2248 FAdd->copyFastMathFlags(II); in visitCallInst()2282 FAdd->copyFastMathFlags(II); in visitCallInst()2361 FNeg->copyFastMathFlags(II); in visitCallInst()3751 NewCall->copyFastMathFlags(II); in visitCallInst()
1572 RI->copyFastMathFlags(BO); in visitFPTrunc()1693 NewCI->copyFastMathFlags(II); in visitFPTrunc()
885 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()957 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
567 Log2->copyFastMathFlags(&I); in visitFMul()
1248 New->copyFastMathFlags(I); in buildNew()
4399 V->copyFastMathFlags(CI); in widenInstruction()