Searched refs:FlagsOp (Results 1 – 3 of 3) sorted by relevance
209 class FlagsOp {213 explicit FlagsOp(unsigned F) : Flags(F) {} in FlagsOp() function214 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()
94 Optional<unsigned> FlagsOp = None);