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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1051 const SCEV *WideIVExpr = IsSigned ? local
1055 assert(SE->getEffectiveSCEVType(WideIVExpr->getType()) == WideType &&
1059 AddRec = dyn_cast<SCEVAddRecExpr>(WideIVExpr);

Completed in 988 milliseconds