Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ConstVec

4969     SmallVector<Constant *, 4> ConstVec;
4973 ConstVec.push_back(Val);
4975 ConstVec.push_back(UndefVal);
4977 return ConstantVector::get(ConstVec);