Searched refs:Elt (Results 1 - 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 1516 if (Type *Elt = getTypeByIDOrNull(Record[i])) 1517 EltTys.push_back(Elt); 1548 if (Type *Elt = getTypeByIDOrNull(Record[i])) 1549 ArgTys.push_back(Elt); 1565 if (Type *Elt = getTypeByIDOrNull(Record[i])) 1566 ArgTys.push_back(Elt); 3112 Value *Vec, *Elt, *Idx; local 3115 cast<VectorType>(Vec->getType())->getElementType(), Elt) || 3118 I = InsertElementInst::Create(Vec, Elt, Idx);
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 1221 if (Type *Elt = getTypeByIDOrNull(Record[i])) 1222 EltTys.push_back(Elt); 1253 if (Type *Elt = getTypeByIDOrNull(Record[i])) 1254 ArgTys.push_back(Elt); 2851 Value *Vec, *Elt, *Idx; local 2854 cast<VectorType>(Vec->getType())->getElementType(), Elt) || 2857 I = InsertElementInst::Create(Vec, Elt, Idx);
|
Completed in 41 milliseconds