Searched refs:copyFastMathFlags (Results 1 – 11 of 11) sorted by relevance
188 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction190 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()238 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction239 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()259 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()282 copyFastMathFlags(FM); in andIRFlags()
81 CI->copyFastMathFlags(FMFSource); in createCallHelper()
381 void copyFastMathFlags(FastMathFlags FMF);413 void copyFastMathFlags(const Instruction *I);
305 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
562 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24()
1572 RI->copyFastMathFlags(OpI); in visitFPTrunc()1662 NewCI->copyFastMathFlags(II); in visitFPTrunc()
813 FPInst->copyFastMathFlags(BO); in foldOperationIntoSelectOperand()885 FPInst->copyFastMathFlags(I); in foldOperationIntoPhiValue()
2242 FAdd->copyFastMathFlags(II); in visitCallInst()2293 FNeg->copyFastMathFlags(II); in visitCallInst()3637 NewCall->copyFastMathFlags(II); in visitCallInst()
479 Log2->copyFastMathFlags(&I); in visitFMul()
1074 New->copyFastMathFlags(I); in buildNew()
4135 V->copyFastMathFlags(CI); in widenInstruction()