Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1261 StrideDescriptor DesA = AI->second; in analyzeInterleaving() local
1342 if (!isStrided(DesA.Stride) || !isStrided(DesB.Stride)) in analyzeInterleaving()
1358 if (DesA.Stride != DesB.Stride || DesA.Size != DesB.Size) in analyzeInterleaving()
1368 PSE.getSE()->getMinusSCEV(DesA.Scev, DesB.Scev)); in analyzeInterleaving()
1392 if (GroupB->insertMember(A, IndexA, DesA.Alignment)) { in analyzeInterleaving()