Searched defs:FlagsOp (Results 1 - 2 of 2) sorted by relevance

/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.cpp233 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 127 milliseconds