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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1157 SmallVector<Value*, 8> Elts; local
1162 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1]));
1164 Elts.push_back(ValueList.getValueFwdRef(Record[i+1], Ty));
1166 Elts.push_back(NULL);
1168 Value *V = MDNode::getWhenValsUnresolved(Context, Elts, IsFunctionLocal);
1344 std::vector<Constant*> Elts; local
1348 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1350 V = ConstantStruct::get(STy, Elts);
1354 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1355 V = ConstantArray::get(ATy, Elts);
1374 std::vector<Constant*> Elts; local
1388 std::vector<Constant*> Elts; local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1457 SmallVector<Value*, 8> Elts; local
1462 Elts.push_back(MDValueList.getValueFwdRef(Record[i+1]));
1464 Elts.push_back(ValueList.getValueFwdRef(Record[i+1], Ty));
1466 Elts.push_back(NULL);
1468 Value *V = MDNode::getWhenValsUnresolved(Context, Elts, IsFunctionLocal);
1644 std::vector<Constant*> Elts; local
1648 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1650 V = ConstantStruct::get(STy, Elts);
1654 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1655 V = ConstantArray::get(ATy, Elts);
1674 std::vector<Constant*> Elts; local
1688 std::vector<Constant*> Elts; local
[all...]

Completed in 35 milliseconds