Searched refs:setFastMathFlags (Results 1 – 12 of 12) sorted by relevance
130 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in Instruction132 cast<FPMathOperator>(this)->setFastMathFlags(FMF); in setFastMathFlags()
357 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()369 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()380 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateNeg()874 NewOp->setFastMathFlags(I->getFastMathFlags()); in RewriteExprTree()898 ExpressionChanged->setFastMathFlags(Flags); in RewriteExprTree()2044 NI->setFastMathFlags(cast<FPMathOperator>(User)->getFastMathFlags()); in canonicalizeNegConstExpr()2048 NI->setFastMathFlags(cast<FPMathOperator>(User)->getFastMathFlags()); in canonicalizeNegConstExpr()
1250 Res->setFastMathFlags(I.getFastMathFlags()); in visitFDiv()1285 R->setFastMathFlags(I.getFastMathFlags()); in visitFDiv()1304 RI->setFastMathFlags(Flags); in visitFDiv()1316 RI->setFastMathFlags(Flags); in visitFDiv()1325 SimpR->setFastMathFlags(I.getFastMathFlags()); in visitFDiv()
502 II->setFastMathFlags(Flags); in performFactorization()507 II->setFastMathFlags(Flags); in performFactorization()513 II->setFastMathFlags(Flags); in performFactorization()798 NewInstr->setFastMathFlags(Instr->getFastMathFlags()); in createInstPostProc()
1115 NegInst->setFastMathFlags(Flags); in visitSelectInst()1135 RI->setFastMathFlags(Flags); in visitSelectInst()
156 I.setFastMathFlags(FMF); in ClearSubclassDataAfterReassociation()305 New->setFastMathFlags(Flags); in SimplifyAssociativeOrCommutative()
259 void setFastMathFlags(FastMathFlags FMF);
257 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function
690 I->setFastMathFlags(FMF); in AddFPMathAttributes()
3438 I->setFastMathFlags(FMF); in ParseFunctionBody()
2634 cast<Instruction>(V)->setFastMathFlags(Flags); in addFastMathFlag()
4461 Inst->setFastMathFlags(FMF); in ParseInstruction()