Home
last modified time | relevance | path

Searched refs:FlagsOp (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp249 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument
255 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()
261 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument
267 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()
273 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument
277 if (auto *FMFSource = dyn_cast<Instruction>(FlagsOp)) in CreateNeg()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h95 std::optional<unsigned> FlagsOp = std::nullopt);