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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1121 SmallVector<Value*, 8> Elts; local
1127 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1]));
1129 Elts.push_back(ValueList.getValueFwdRef(Record[i+1], Ty));
1131 Elts.push_back(NULL);
1133 Value *V = MDNode::getWhenValsUnresolved(Context, Elts, IsFunctionLocal);
1357 SmallVector<Constant*, 16> Elts; local
1361 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1363 V = ConstantStruct::get(STy, Elts);
1367 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1368 V = ConstantArray::get(ATy, Elts);
1387 std::vector<Constant*> Elts; local
1401 std::vector<Constant*> Elts; local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1422 SmallVector<Value*, 8> Elts; local
1428 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1]));
1430 Elts.push_back(ValueList.getValueFwdRef(Record[i+1], Ty));
1432 Elts.push_back(NULL);
1434 Value *V = MDNode::getWhenValsUnresolved(Context, Elts, IsFunctionLocal);
1658 SmallVector<Constant*, 16> Elts; local
1662 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1664 V = ConstantStruct::get(STy, Elts);
1668 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1669 V = ConstantArray::get(ATy, Elts);
1688 std::vector<Constant*> Elts; local
1702 std::vector<Constant*> Elts; local
[all...]

Completed in 28 milliseconds