Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1942 const SCEV *ARStart = AR->getStart(); in linearFunctionTestReplace() local
1945 if (isa<SCEVConstant>(ARStart) && isa<SCEVConstant>(IVCount)) { in linearFunctionTestReplace()
1946 const APInt &Start = cast<SCEVConstant>(ARStart)->getAPInt(); in linearFunctionTestReplace()