Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3819 const APInt &StepInt = StepRec->getAPInt(); in GenerateConstantOffsetsImpl() local
3820 int64_t Step = StepInt.isNegative() ? in GenerateConstantOffsetsImpl()
3821 StepInt.getSExtValue() : StepInt.getZExtValue(); in GenerateConstantOffsetsImpl()
/external/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()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2703 const APInt &StepInt = Step->getAPInt(); in getUDivExpr() local
2705 if (!StepInt.urem(DivInt) && in getUDivExpr()
2719 if (StartC && !DivInt.urem(StepInt) && in getUDivExpr()
2725 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1943 auto StepInt = cast<ConstantInt>(Step)->getSExtValue(); in widenIntInduction() local
1945 Step = ConstantInt::getSigned(TruncType, StepInt); in widenIntInduction()
/external/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()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3125 const APInt &StepInt = Step->getAPInt(); in getUDivExpr() local
3127 if (!StepInt.urem(DivInt) && in getUDivExpr()
3141 if (StartC && !DivInt.urem(StepInt) && in getUDivExpr()
3147 const APInt &StartRem = StartInt.urem(StepInt); in getUDivExpr()