Searched refs:FlagsOp (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h88 /// \param FlagsOp optionally set to the parameter index of a 'flags'
94 Optional<unsigned> FlagsOp = None);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h209 class FlagsOp { class in namespace:llvm
213 explicit FlagsOp(unsigned F) : Flags(F) {} function in class:llvm::FlagsOp
214 FlagsOp() : Flags(None) {} function in class:llvm::FlagsOp
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp234 Instruction *InsertBefore, Value *FlagsOp) {
240 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
246 Instruction *InsertBefore, Value *FlagsOp) {
252 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
258 Instruction *InsertBefore, Value *FlagsOp) {
263 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
233 CreateAdd(Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore, Value *FlagsOp) argument
245 CreateMul(Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore, Value *FlagsOp) argument
257 CreateNeg(Value *S1, const Twine &Name, Instruction *InsertBefore, Value *FlagsOp) argument

Completed in 178 milliseconds