Searched refs:getConstantFwdRef (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 136 Constant *getConstantFwdRef(unsigned Idx, Type *Ty); 606 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() function in BitcodeReaderValueList 1727 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in ParseConstants() 1733 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants() 1738 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants() 1781 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() 1782 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() 1815 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() 1830 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy)); in ParseConstants() 1841 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in ParseConstants() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 378 Constant *getConstantFwdRef(unsigned Idx, Type *Ty); 881 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() function in BitcodeReaderValueList 2020 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in ParseConstants() 2026 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants() 2031 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants() 2074 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() 2075 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() 2108 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() 2123 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy)); in ParseConstants() 2134 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in ParseConstants() [all …]
|