Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.cpp356 SmallVector<Value *, 2> VecOperands; in emitVectors() local
359 VecOperands.push_back(cast<LoadInst>(I)->getPointerOperand()); in emitVectors()
362 VecOperands.push_back(ActionPtr->Operands[0]->Vec); in emitVectors()
363 VecOperands.push_back(cast<StoreInst>(I)->getPointerOperand()); in emitVectors()
370 VecOperands.push_back(VecOp); in emitVectors()
374 NewVec = createVectorInstr(ActionPtr->Bndl, VecOperands); in emitVectors()