Home
last modified time | relevance | path

Searched refs:StartInt (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6045 if (const SCEVConstant *StartInt = dyn_cast<SCEVConstant>(S)) { in pushSCEV() local
6046 Success &= pushConst(StartInt); in pushSCEV()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp3491 const APInt &StartInt = StartC->getAPInt(); in getUDivExpr() local
3492 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr()
3495 getAddRecExpr(getConstant(StartInt - StartRem), Step, in getUDivExpr()