Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp373 auto *NewSVI2 = new ShuffleVectorInst( in replaceBinOpShuffles() local
377 BI->getOpcode(), NewSVI1, NewSVI2, BI, BI->getName(), insertPos); in replaceBinOpShuffles()
381 << *NewSVI2 << "\n And : " << *NewBI << "\n"); in replaceBinOpShuffles()
385 if (NewSVI2->getOperand(0) == LI) in replaceBinOpShuffles()
386 Shuffles.push_back(NewSVI2); in replaceBinOpShuffles()