Home
last modified time | relevance | path

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

/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
636 Value *NewMinMax = Expander.expandCodeFor(R2Expr, I->getType(), I); tryReassociateMinOrMax() local
650 if (auto *NewMinMax = tryCombination(A, AExpr, RHS, RHSExpr, B, BExpr)) tryReassociateMinOrMax() local
656 if (auto *NewMinMax = tryCombination(RHS, RHSExpr, B, BExpr, A, AExpr)) tryReassociateMinOrMax() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1116 Value *NewMinMax = Builder.CreateBinaryIntrinsic(MinMaxID, X, NewMinMaxC); moveAddAfterMinMax() local
1837 if (Value *NewMinMax = reassociateMinMaxWithConstants(II, Builder, SQ)) visitCallInst() local
1843 if (Instruction *NewMinMax = factorizeMinMaxTree(II)) visitCallInst() local