Searched defs:NewMinMax (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 285 if (auto *NewMinMax = dyn_cast_or_null<Instruction>( in matchAndReassociateMinOrMax() local 288 if (auto *NewMinMax = dyn_cast_or_null<Instruction>( in matchAndReassociateMinOrMax() local 635 Value *NewMinMax = Expander.expandCodeFor(R2Expr, I->getType(), I); tryReassociateMinOrMax() local 649 if (auto *NewMinMax = tryCombination(A, AExpr, RHS, RHSExpr, B, BExpr)) tryReassociateMinOrMax() local 655 if (auto *NewMinMax = tryCombination(RHS, RHSExpr, B, BExpr, A, AExpr)) tryReassociateMinOrMax() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1128 Value *NewMinMax = Builder.CreateBinaryIntrinsic(MinMaxID, X, NewMinMaxC); moveAddAfterMinMax() local 1793 if (Value *NewMinMax = reassociateMinMaxWithConstants(II, Builder)) visitCallInst() local 1799 if (Instruction *NewMinMax = factorizeMinMaxTree(II)) visitCallInst() local
|