Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7598 const SCEVAddRecExpr *IdxExpr = dyn_cast<SCEVAddRecExpr>(Idx); in computeLoadConstantCompareExitLimit() local
7599 if (!IdxExpr || !IdxExpr->isAffine() || isLoopInvariant(IdxExpr, L) || in computeLoadConstantCompareExitLimit()
7600 !isa<SCEVConstant>(IdxExpr->getOperand(0)) || in computeLoadConstantCompareExitLimit()
7601 !isa<SCEVConstant>(IdxExpr->getOperand(1))) in computeLoadConstantCompareExitLimit()
7607 cast<IntegerType>(IdxExpr->getType()), IterationNum); in computeLoadConstantCompareExitLimit()
7608 ConstantInt *Val = EvaluateConstantChrecAtConstant(IdxExpr, ItCst, *this); in computeLoadConstantCompareExitLimit()