Searched refs:FlagsOp (Results 1 – 2 of 2) sorted by relevance
249 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument255 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()261 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument267 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()273 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument277 if (auto *FMFSource = dyn_cast<Instruction>(FlagsOp)) in CreateNeg()
95 std::optional<unsigned> FlagsOp = std::nullopt);