Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:Elt

1507         if (Type *Elt = getTypeByIDOrNull(Record[i]))
1508 EltTys.push_back(Elt);
1539 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1540 ArgTys.push_back(Elt);
1556 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1557 ArgTys.push_back(Elt);
3100 Value *Vec, *Elt, *Idx;
3103 cast<VectorType>(Vec->getType())->getElementType(), Elt) ||
3106 I = InsertElementInst::Create(Vec, Elt, Idx);