Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp401 SmallVector<VPValue *, 4> CombinedOperands; in buildGraph() local
414 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
420 CombinedOperands.push_back(Op); in buildGraph()
435 for (unsigned i = 0; i < CombinedOperands.size(); i++) in buildGraph()
436 if (CombinedOperands[i] == Ops.first) in buildGraph()
437 CombinedOperands[i] = NewOp; in buildGraph()
447 CombinedOperands.push_back(cast<VPInstruction>(V)->getOperand(0)); in buildGraph()
450 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
469 assert(CombinedOperands.size() > 0 && "Need more some operands"); in buildGraph()
470 auto *VPI = new VPInstruction(Opcode, CombinedOperands); in buildGraph()