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