Searched refs:OpVL (Results 1 – 1 of 1) sorted by relevance
3045 ValueList OpVL(OpsVec[OpIdx].size()); in getVL() local3049 OpVL[Lane] = OpsVec[OpIdx][Lane].V; in getVL()3050 return OpVL; in getVL()3806 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { in setOperand() argument3810 assert(OpVL.size() <= Scalars.size() && in setOperand()3812 Operands[OpIdx].resize(OpVL.size()); in setOperand()3813 copy(OpVL, Operands[OpIdx].begin()); in setOperand()