Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp1077 StrideDescriptor DesA = AI->second; in analyzeInterleaving() local
1124 if (!isStrided(DesA.Stride) || !isStrided(DesB.Stride)) in analyzeInterleaving()
1140 if (DesA.Stride != DesB.Stride || DesA.Size != DesB.Size) in analyzeInterleaving()
1150 PSE.getSE()->getMinusSCEV(DesA.Scev, DesB.Scev)); in analyzeInterleaving()
1174 if (Group->insertMember(A, IndexA, DesA.Alignment)) { in analyzeInterleaving()