Searched refs:FlagsOp (Results 1 – 2 of 2) sorted by relevance
185 class FlagsOp {189 explicit FlagsOp(unsigned F) : Flags(F) {} in FlagsOp() function190 FlagsOp() : Flags(None) {} in FlagsOp() function
234 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument240 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()246 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument252 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()258 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument263 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateNeg()