Home
last modified time | relevance | path

Searched refs:NextCstNo (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1633 unsigned NextCstNo = ValueList.size(); in ParseConstants() local
1642 if (NextCstNo != ValueList.size()) in ParseConstants()
1954 ValueList.AssignValue(V, NextCstNo); in ParseConstants()
1955 ++NextCstNo; in ParseConstants()
1958 if (NextCstNo != ValueList.size()) in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1926 unsigned NextCstNo = ValueList.size(); in ParseConstants() local
1935 if (NextCstNo != ValueList.size()) in ParseConstants()
2247 ValueList.AssignValue(V, NextCstNo); in ParseConstants()
2248 ++NextCstNo; in ParseConstants()
2251 if (NextCstNo != ValueList.size()) in ParseConstants()