Searched refs:Elts (Results 1 - 2 of 2) sorted by path

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1480 SmallVector<Metadata *, 8> Elts; local
1486 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1]));
1492 Elts.push_back(MD);
1494 Elts.push_back(nullptr);
1496 MDValueList.AssignValue(MDNode::get(Context, Elts), NextMDValueNo++);
1711 SmallVector<Constant*, 16> Elts; local
1715 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1717 V = ConstantStruct::get(STy, Elts);
1721 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1722 V = ConstantArray::get(ATy, Elts);
1741 std::vector<Constant*> Elts; local
1755 std::vector<Constant*> Elts; local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1773 SmallVector<Metadata *, 8> Elts; local
1779 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1]));
1785 Elts.push_back(MD);
1787 Elts.push_back(nullptr);
1789 MDValueList.AssignValue(MDNode::get(Context, Elts), NextMDValueNo++);
2004 SmallVector<Constant*, 16> Elts; local
2008 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
2010 V = ConstantStruct::get(STy, Elts);
2014 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2015 V = ConstantArray::get(ATy, Elts);
2034 std::vector<Constant*> Elts; local
2048 std::vector<Constant*> Elts; local
[all...]

Completed in 2932 milliseconds