Home
last modified time | relevance | path

Searched defs:AddOne (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h64 static inline Constant *AddOne(Constant *C) { in AddOne() function
/minix3/minix/llvm/passes/asr/
H A DASRPass.cpp533 … BinaryOperator* AddOne = BinaryOperator::Create(Instruction::Add, nextInst, One, "", NewFirstBB); in runOnModule() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp1974 const SCEV *AddOne = getAddExpr(One, InnerMul); in getAddExpr() local