Searched defs:Elt (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1212 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1213 EltTys.push_back(Elt);
1244 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1245 ArgTys.push_back(Elt);
2839 Value *Vec, *Elt, *Idx; local
2842 cast<VectorType>(Vec->getType())->getElementType(), Elt) ||
2845 I = InsertElementInst::Create(Vec, Elt, Idx);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1508 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1509 EltTys.push_back(Elt);
1540 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1541 ArgTys.push_back(Elt);
1557 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1558 ArgTys.push_back(Elt);
3101 Value *Vec, *Elt, *Idx; local
3104 cast<VectorType>(Vec->getType())->getElementType(), Elt) ||
3107 I = InsertElementInst::Create(Vec, Elt, Idx);

Completed in 35 milliseconds