Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Elts

942     SmallVector<Constant*, 16> Elts;
945 Elts.push_back(Undef);
954 Elts.push_back(Undef);
957 Elts.push_back(Elt);
962 Constant *NewCV = ConstantVector::get(Elts);
1079 SmallVector<Constant*, 16> Elts;
1082 Elts.push_back(UndefValue::get(Type::getInt32Ty(I->getContext())));
1084 Elts.push_back(ConstantInt::get(Type::getInt32Ty(I->getContext()),
1087 I->setOperand(2, ConstantVector::get(Elts));