Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp242 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument
248 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()
254 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument
260 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()
266 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument
270 if (auto *FMFSource = dyn_cast<Instruction>(FlagsOp)) in CreateNeg()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h94 std::optional<unsigned> FlagsOp = std::nullopt);