Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1523 const SCEVConstant *ConstDstCoeff = dyn_cast<SCEVConstant>(DstCoeff); in exactSIVtest() local
1524 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactSIVtest()
1530 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest()
1906 const SCEVConstant *ConstDstCoeff = dyn_cast<SCEVConstant>(DstCoeff); in exactRDIVtest() local
1907 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactRDIVtest()
1913 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest()