Searched defs:NewMinMax (Results 1 – 2 of 2) sorted by relevance
/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 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 D | InstCombineCalls.cpp | 1116 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
|