Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp218 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument
224 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()
230 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument
236 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()
242 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument
247 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateNeg()