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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1392 const SCEVConstant *ConstDstCoeff = dyn_cast<SCEVConstant>(DstCoeff); local
1393 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff)
1399 APInt BM = ConstDstCoeff->getValue()->getValue();
1796 const SCEVConstant *ConstDstCoeff = dyn_cast<SCEVConstant>(DstCoeff); local
1797 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff)
1803 APInt BM = ConstDstCoeff->getValue()->getValue();

Completed in 101 milliseconds