Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3926 const APInt &StepInt = StepRec->getAPInt(); in GenerateConstantOffsetsImpl() local
3927 int64_t Step = StepInt.isNegative() ? in GenerateConstantOffsetsImpl()
3928 StepInt.getSExtValue() : StepInt.getZExtValue(); in GenerateConstantOffsetsImpl()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp3470 const APInt &StepInt = Step->getAPInt(); in getUDivExpr() local
3472 if (!StepInt.urem(DivInt) && in getUDivExpr()
3486 if (StartC && !DivInt.urem(StepInt) && in getUDivExpr()
3492 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr()