Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp392 SmallVector<VPValue *, 4> CombinedOperands; in buildGraph() local
405 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
411 CombinedOperands.push_back(Op); in buildGraph()
426 for (unsigned i = 0; i < CombinedOperands.size(); i++) in buildGraph()
427 if (CombinedOperands[i] == Ops.first) in buildGraph()
428 CombinedOperands[i] = NewOp; in buildGraph()
438 CombinedOperands.push_back(cast<VPInstruction>(V)->getOperand(0)); in buildGraph()
441 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
460 assert(CombinedOperands.size() > 0 && "Need more some operands"); in buildGraph()
462 auto *VPI = new VPInstruction(Opcode, CombinedOperands, Inst->getDebugLoc()); in buildGraph()