Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4680 const SCEVConstant *DistToA = dyn_cast<SCEVConstant>( in analyzeInterleaving() local
4682 if (!DistToA) in analyzeInterleaving()
4685 int DistanceToA = DistToA->getAPInt().getSExtValue(); in analyzeInterleaving()