Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5106 const SCEVConstant *DistToA = dyn_cast<SCEVConstant>( in analyzeInterleaving() local
5108 if (!DistToA) in analyzeInterleaving()
5111 int64_t DistanceToA = DistToA->getAPInt().getSExtValue(); in analyzeInterleaving()