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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1152 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1153 EltTys.push_back(Elt);
1184 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1185 ArgTys.push_back(Elt);
1201 if (Type *Elt = getTypeByIDOrNull(Record[i]))
1202 ArgTys.push_back(Elt);
2708 Value *Vec, *Elt, *Idx; local
2711 cast<VectorType>(Vec->getType())->getElementType(), Elt) ||
2714 I = InsertElementInst::Create(Vec, Elt, Idx);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp853 if (Type *Elt = getTypeByIDOrNull(Record[i]))
854 EltTys.push_back(Elt);
885 if (Type *Elt = getTypeByIDOrNull(Record[i]))
886 ArgTys.push_back(Elt);
2450 Value *Vec, *Elt, *Idx; local
2453 cast<VectorType>(Vec->getType())->getElementType(), Elt) ||
2456 I = InsertElementInst::Create(Vec, Elt, Idx);

Completed in 278 milliseconds