Searched refs:Elts (Results 1 - 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 1489 SmallVector<Metadata *, 8> Elts; local 1495 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1])); 1501 Elts.push_back(MD); 1503 Elts.push_back(nullptr); 1505 MDValueList.AssignValue(MDNode::get(Context, Elts), NextMDValueNo++); 1723 SmallVector<Constant*, 16> Elts; local 1727 Elts.push_back(ValueList.getConstantFwdRef(Record[i], 1729 V = ConstantStruct::get(STy, Elts); 1733 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); 1734 V = ConstantArray::get(ATy, Elts); 1753 std::vector<Constant*> Elts; local 1767 std::vector<Constant*> Elts; local [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 1782 SmallVector<Metadata *, 8> Elts; local 1788 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1])); 1794 Elts.push_back(MD); 1796 Elts.push_back(nullptr); 1798 MDValueList.AssignValue(MDNode::get(Context, Elts), NextMDValueNo++); 2016 SmallVector<Constant*, 16> Elts; local 2020 Elts.push_back(ValueList.getConstantFwdRef(Record[i], 2022 V = ConstantStruct::get(STy, Elts); 2026 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); 2027 V = ConstantArray::get(ATy, Elts); 2046 std::vector<Constant*> Elts; local 2060 std::vector<Constant*> Elts; local [all...] |
Completed in 14 milliseconds