Searched refs:OpVL (Results 1 – 1 of 1) sorted by relevance
2271 ValueList OpVL(OpsVec[OpIdx].size()); in getVL() local 2275 OpVL[Lane] = OpsVec[OpIdx][Lane].V; in getVL() 2276 return OpVL; in getVL() 2995 /// Set this bundle's \p OpIdx'th operand to \p OpVL.2996 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { in setOperand() 3000 assert(OpVL.size() <= Scalars.size() && in setOperand() 3002 Operands[OpIdx].resize(OpVL.size()); in setOperand() 3003 copy(OpVL, Operands[OpIdx].begin()); in setOperand() 13480 ValueList OpVL; in vectorizeTree() local