Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h213 static Constant *AddOne(Constant *C) { in AddOne() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp876 return SelectInst::Create(X, InstCombiner::AddOne(Op1C), Op1); in foldAddWithConstant()
2309 return SelectInst::Create(X, InstCombiner::AddOne(C), C); in visitSub()
2313 return BinaryOperator::CreateAdd(X, InstCombiner::AddOne(C)); in visitSub()
H A DInstCombineSelect.cpp1400 C0 = InstCombiner::AddOne(C0); in canonicalizeClampLike()
1460 C2 = InstCombiner::AddOne(C2); in canonicalizeClampLike()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2809 const SCEV *AddOne = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr() local
2810 const SCEV *OuterMul = getMulExpr(AddOne, MulOpSCEV, in getAddExpr()