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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1664 const SCEV *ARStart = AR->getStart(); local
1667 if (isa<SCEVConstant>(ARStart) && isa<SCEVConstant>(IVCount)) {
1668 const APInt &Start = cast<SCEVConstant>(ARStart)->getValue()->getValue();

Completed in 102 milliseconds