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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1391 const SCEVConstant *ConstSrcCoeff = dyn_cast<SCEVConstant>(SrcCoeff); local
1393 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff)
1398 APInt AM = ConstSrcCoeff->getValue()->getValue();
1795 const SCEVConstant *ConstSrcCoeff = dyn_cast<SCEVConstant>(SrcCoeff); local
1797 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff)
1802 APInt AM = ConstSrcCoeff->getValue()->getValue();

Completed in 107 milliseconds