Searched refs:OpVL (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1206 ValueList OpVL(OpsVec[OpIdx].size());
1210 OpVL[Lane] = OpsVec[OpIdx][Lane].V;
1211 return OpVL;
1485 /// Set this bundle's \p OpIdx'th operand to \p OpVL.
1486 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { argument
1492 Operands[OpIdx][Lane] = OpVL[Lane];
4466 ValueList OpVL;

Completed in 167 milliseconds