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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1507 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; local
3103 cast<VectorType>(Vec->getType())->getElementType(), Elt) ||
3106 I = InsertElementInst::Create(Vec, Elt, Idx);
/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);

Completed in 16 milliseconds