Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1692 const SCEV *ARStart = AR->getStart(); in LinearFunctionTestReplace() local
1695 if (isa<SCEVConstant>(ARStart) && isa<SCEVConstant>(IVCount)) { in LinearFunctionTestReplace()
1696 const APInt &Start = cast<SCEVConstant>(ARStart)->getValue()->getValue(); in LinearFunctionTestReplace()