Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp393 SmallVector<VPValue *, 4> CombinedOperands; in buildGraph() local
406 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
412 CombinedOperands.push_back(Op); in buildGraph()
427 for (unsigned i = 0; i < CombinedOperands.size(); i++) in buildGraph()
428 if (CombinedOperands[i] == Ops.first) in buildGraph()
429 CombinedOperands[i] = NewOp; in buildGraph()
439 CombinedOperands.push_back(cast<VPInstruction>(V)->getOperand(0)); in buildGraph()
442 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
461 assert(CombinedOperands.size() > 0 && "Need more some operands"); in buildGraph()
463 auto *VPI = new VPInstruction(Opcode, CombinedOperands, Inst->getDebugLoc()); in buildGraph()