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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp265 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1337 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1343 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1348 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1390 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1391 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1422 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1434 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1446 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1448 ValueList.getConstantFwdRef(Recor
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp544 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1637 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1643 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1648 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1690 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1691 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1722 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1734 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1744 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1746 ValueList.getConstantFwdRef(Recor
[all...]

Completed in 12 milliseconds