Searched refs:ARStart (Results 1 – 1 of 1) sorted by relevance
1692 const SCEV *ARStart = AR->getStart(); in LinearFunctionTestReplace() local1695 if (isa<SCEVConstant>(ARStart) && isa<SCEVConstant>(IVCount)) { in LinearFunctionTestReplace()1696 const APInt &Start = cast<SCEVConstant>(ARStart)->getValue()->getValue(); in LinearFunctionTestReplace()