Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h185 class FlagsOp {
189 explicit FlagsOp(unsigned F) : Flags(F) {} in FlagsOp() function
190 FlagsOp() : Flags(None) {} in FlagsOp() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp234 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument
240 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()
246 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument
252 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()
258 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument
263 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateNeg()