Searched refs:FlagsOp (Results 1 – 2 of 2) sorted by relevance
242 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument248 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()254 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument260 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()266 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument270 if (auto *FMFSource = dyn_cast<Instruction>(FlagsOp)) in CreateNeg()
94 std::optional<unsigned> FlagsOp = std::nullopt);