Searched refs:getConstantFwdRef (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 88 Constant *getConstantFwdRef(unsigned Idx, Type *Ty); 761 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() function in BitcodeReaderValueList 2180 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in ParseConstants() 2186 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants() 2191 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants() 2267 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() 2268 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() 2301 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() 2318 Elts.push_back(ValueList.getConstantFwdRef(Record[OpNum++], ElTy)); in ParseConstants() 2346 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in ParseConstants() [all …]
|