Home
last modified time | relevance | path

Searched refs:AddOne (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h175 static Constant *AddOne(Constant *C) { in AddOne() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp883 return SelectInst::Create(X, InstCombiner::AddOne(Op1C), Op1); in foldAddWithConstant()
1720 Value *Add = isa<ZExtInst>(Ext) ? InstCombiner::AddOne(C) in visitAdd()
2302 return SelectInst::Create(X, InstCombiner::AddOne(C), C); in visitSub()
2306 return BinaryOperator::CreateAdd(X, InstCombiner::AddOne(C)); in visitSub()
H A DInstCombineSelect.cpp1438 C0 = InstCombiner::AddOne(C0); in canonicalizeClampLike()
1498 C2 = InstCombiner::AddOne(C2); in canonicalizeClampLike()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2811 const SCEV *AddOne = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr() local
2812 const SCEV *OuterMul = getMulExpr(AddOne, MulOpSCEV, in getAddExpr()