Searched refs:FlagsOp (Results 1 – 7 of 7) sorted by relevance
209 class FlagsOp {213 explicit FlagsOp(unsigned F) : Flags(F) {} in FlagsOp() function214 FlagsOp() : Flags(None) {} in FlagsOp() function
218 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument224 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()230 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument236 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()242 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument247 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateNeg()
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()
235 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument241 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()247 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument253 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()259 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument263 if (auto *FMFSource = dyn_cast<Instruction>(FlagsOp)) in CreateNeg()
94 Optional<unsigned> FlagsOp = None);
208 class FlagsOp {212 explicit FlagsOp(unsigned F) : Flags(F) {} in FlagsOp() function213 FlagsOp() : Flags(None) {} in FlagsOp() function