Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp1149 const SCEVConstant *DistToB = dyn_cast<SCEVConstant>( in analyzeInterleaving() local
1151 if (!DistToB) in analyzeInterleaving()
1153 int64_t DistanceToB = DistToB->getAPInt().getSExtValue(); in analyzeInterleaving()