Home
last modified time | relevance | path

Searched defs:NewMinMax (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp285 if (auto *NewMinMax = dyn_cast_or_null<Instruction>( in matchAndReassociateMinOrMax() local
288 if (auto *NewMinMax = dyn_cast_or_null<Instruction>( in matchAndReassociateMinOrMax() local
646 Value *NewMinMax = Expander.expandCodeFor(R2Expr, I->getType(), I); in tryReassociateMinOrMax() local
660 if (auto *NewMinMax = tryCombination(A, AExpr, RHS, RHSExpr, B, BExpr)) in tryReassociateMinOrMax() local
666 if (auto *NewMinMax = tryCombination(RHS, RHSExpr, B, BExpr, A, AExpr)) in tryReassociateMinOrMax() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1118 Value *NewMinMax = Builder.CreateBinaryIntrinsic(MinMaxID, X, NewMinMaxC); in moveAddAfterMinMax() local
1886 if (Value *NewMinMax = reassociateMinMaxWithConstants(II, Builder, SQ)) in visitCallInst() local
1892 if (Instruction *NewMinMax = factorizeMinMaxTree(II)) in visitCallInst() local