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.cpp419 auto *NewSVI2 = new ShuffleVectorInst( in replaceBinOpShuffles() local
423 BI->getOpcode(), NewSVI1, NewSVI2, BI, BI->getName(), insertPos); in replaceBinOpShuffles()
427 << *NewSVI2 << "\n And : " << *NewBI << "\n"); in replaceBinOpShuffles()
431 if (NewSVI2->getOperand(0) == Load) in replaceBinOpShuffles()
432 Shuffles.push_back(NewSVI2); in replaceBinOpShuffles()