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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp276 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1348 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1354 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1359 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1401 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1402 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1433 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1445 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1457 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1459 ValueList.getConstantFwdRef(Recor
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp555 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1648 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1654 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1659 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1701 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1702 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1733 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1745 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1755 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1757 ValueList.getConstantFwdRef(Recor
[all...]

Completed in 42 milliseconds