Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3905 const APInt &StepInt = StepRec->getAPInt(); in GenerateConstantOffsetsImpl() local
3906 int64_t Step = StepInt.isNegative() ? in GenerateConstantOffsetsImpl()
3907 StepInt.getSExtValue() : StepInt.getZExtValue(); in GenerateConstantOffsetsImpl()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp3391 const APInt &StepInt = Step->getAPInt(); in getUDivExpr() local
3393 if (!StepInt.urem(DivInt) && in getUDivExpr()
3407 if (StartC && !DivInt.urem(StepInt) && in getUDivExpr()
3413 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr()