Home
last modified time | relevance | path

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

/freebsd-src/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
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 DInstCombineCalls.cpp1128 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