Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1516 if (Type *Elt = getTypeByIDOrNull(Record[i])) in ParseOldTypeTable() local
1517 EltTys.push_back(Elt); in ParseOldTypeTable()
1548 if (Type *Elt = getTypeByIDOrNull(Record[i])) in ParseOldTypeTable() local
1549 ArgTys.push_back(Elt); in ParseOldTypeTable()
1565 if (Type *Elt = getTypeByIDOrNull(Record[i])) in ParseOldTypeTable() local
1566 ArgTys.push_back(Elt); in ParseOldTypeTable()
3112 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
3115 cast<VectorType>(Vec->getType())->getElementType(), Elt) || in ParseFunctionBody()
3118 I = InsertElementInst::Create(Vec, Elt, Idx); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1221 if (Type *Elt = getTypeByIDOrNull(Record[i])) in ParseOldTypeTable() local
1222 EltTys.push_back(Elt); in ParseOldTypeTable()
1253 if (Type *Elt = getTypeByIDOrNull(Record[i])) in ParseOldTypeTable() local
1254 ArgTys.push_back(Elt); in ParseOldTypeTable()
2851 Value *Vec, *Elt, *Idx; in ParseFunctionBody() local
2854 cast<VectorType>(Vec->getType())->getElementType(), Elt) || in ParseFunctionBody()
2857 I = InsertElementInst::Create(Vec, Elt, Idx); in ParseFunctionBody()