Searched refs:OpVL (Results 1 – 1 of 1) sorted by relevance
1981 ValueList OpVL(OpsVec[OpIdx].size()); in getVL() local1985 OpVL[Lane] = OpsVec[OpIdx][Lane].V; in getVL()1986 return OpVL; in getVL()2515 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { in setOperand()2519 assert(OpVL.size() <= Scalars.size() && in setOperand()2521 Operands[OpIdx].resize(OpVL.size()); in setOperand()2522 copy(OpVL, Operands[OpIdx].begin()); in setOperand()9671 ValueList OpVL; in vectorizeTree() local