Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3818 const APInt &StepInt = StepRec->getAPInt(); in GenerateConstantOffsetsImpl() local
3819 int64_t Step = StepInt.isNegative() ? in GenerateConstantOffsetsImpl()
3820 StepInt.getSExtValue() : StepInt.getZExtValue(); in GenerateConstantOffsetsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3223 const APInt &StepInt = Step->getAPInt(); in getUDivExpr() local
3225 if (!StepInt.urem(DivInt) && in getUDivExpr()
3239 if (StartC && !DivInt.urem(StepInt) && in getUDivExpr()
3245 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr()