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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp267 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1361 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1367 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1372 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1415 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1416 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1449 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1463 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1476 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1478 ValueList.getConstantFwdRef(Recor
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp546 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1662 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1668 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1673 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1716 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1717 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1750 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1764 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1775 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1777 ValueList.getConstantFwdRef(Recor
[all...]

Completed in 828 milliseconds