Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h200 static Constant *AddOne(Constant *C) { in AddOne() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp890 return SelectInst::Create(X, InstCombiner::AddOne(Op1C), Op1); in foldAddWithConstant()
1846 return SelectInst::Create(X, InstCombiner::AddOne(C), C); in visitSub()
1850 return BinaryOperator::CreateAdd(X, InstCombiner::AddOne(C)); in visitSub()
H A DInstCombineSelect.cpp1264 C0 = InstCombiner::AddOne(C0); in canonicalizeClampLike()
1324 C2 = InstCombiner::AddOne(C2); in canonicalizeClampLike()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2549 const SCEV *AddOne = getAddExpr(TwoOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr() local
2550 const SCEV *OuterMul = getMulExpr(AddOne, MulOpSCEV, in getAddExpr()