Searched refs:OpVL (Results 1 – 1 of 1) sorted by relevance
2271 ValueList OpVL(OpsVec[OpIdx].size()); in getVL() local2275 OpVL[Lane] = OpsVec[OpIdx][Lane].V; in getVL()2276 return OpVL; in getVL()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