Searched refs:copyFastMathFlags (Results 1 – 15 of 15) sorted by relevance
294 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function in Instruction296 cast<FPMathOperator>(this)->copyFastMathFlags(FMF); in copyFastMathFlags()344 void Instruction::copyFastMathFlags(const Instruction *I) { in copyFastMathFlags() function in Instruction345 copyFastMathFlags(I->getFastMathFlags()); in copyFastMathFlags()365 copyFastMathFlags(FP->getFastMathFlags()); in copyIRFlags()388 copyFastMathFlags(FM); in andIRFlags()
93 CI->copyFastMathFlags(FMFSource); in createCallHelper()
60 I.copyFastMathFlags(Flags); in reduceFlagsInModule()
268 Replacement->copyFastMathFlags(&I); in replaceOpcodesInModule()
461 void copyFastMathFlags(FastMathFlags FMF);493 void copyFastMathFlags(const Instruction *I);
235 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags() function
82 Replacement->copyFastMathFlags(&CI); in replaceWithTLIFunction()
138 NewCall->copyFastMathFlags(&OldIntr); in modifyIntrinsicCall()656 NewCall->copyFastMathFlags(&II); in instCombineIntrinsic()
961 FQ->copyFastMathFlags(Builder.getFastMathFlags()); in expandDivRem24Impl()
1939 FAdd->copyFastMathFlags(II); in visitCallInst()1970 FAdd->copyFastMathFlags(II); in visitCallInst()2039 AbsSign->copyFastMathFlags(II); in visitCallInst()2077 FNeg->copyFastMathFlags(II); in visitCallInst()
1816 RI->copyFastMathFlags(BO); in visitFPTrunc()1934 NewCI->copyFastMathFlags(II); in visitFPTrunc()
1853 New->copyFastMathFlags(I); in buildNew()
2486 S->copyFastMathFlags(&I); in visitFNeg()
1884 R->copyFastMathFlags(&Inst); in foldVectorBinop()
491 V->copyFastMathFlags(&CI); in execute()