Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1092 SmallVector<Value*, 8> Elts; in ParseMetadata() local
1097 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1])); in ParseMetadata()
1099 Elts.push_back(ValueList.getValueFwdRef(Record[i+1], Ty)); in ParseMetadata()
1101 Elts.push_back(NULL); in ParseMetadata()
1103 Value *V = MDNode::getWhenValsUnresolved(Context, Elts, IsFunctionLocal); in ParseMetadata()
1279 std::vector<Constant*> Elts; in ParseConstants() local
1283 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in ParseConstants()
1285 V = ConstantStruct::get(STy, Elts); in ParseConstants()
1289 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants()
1290 V = ConstantArray::get(ATy, Elts); in ParseConstants()
[all …]