Searched refs:getConstantFwdRef (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A 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() 1853 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() 1862 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants() 1863 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], in ParseConstants() 1873 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants() 1874 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() 1887 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() 1888 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() [all …]
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A 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() 2146 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() 2155 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants() 2156 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], in ParseConstants() 2166 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants() 2167 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() 2180 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() 2181 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() [all …]
|