Searched refs:VecOperands (Results 1 – 1 of 1) sorted by relevance
356 SmallVector<Value *, 2> VecOperands; in emitVectors() local359 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()