Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h732 createInterleaveGroup(Instruction *Instr, int Stride, Align Alignment) { in createInterleaveGroup() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1251 GroupB = createInterleaveGroup(B, DesB.Stride, DesB.Alignment); in analyzeInterleaving()