Searched refs:getConstantFwdRef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | ValueList.h | 84 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
|
| H A D | ValueList.cpp | 93 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { in getConstantFwdRef() function in BitcodeReaderValueList
|
| H A D | BitcodeReader.cpp | 2378 Constant *Op0 = ValueList.getConstantFwdRef(Op0Idx, OpTy); in parseConstants() 2379 Constant *Op1 = ValueList.getConstantFwdRef(Op1Idx, OpTy); in parseConstants() 2487 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in parseConstants() 2710 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in parseConstants() 2716 Op1 = ValueList.getConstantFwdRef(Record[3], IdxTy); in parseConstants() 2731 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in parseConstants() 2732 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], in parseConstants() 2739 Op2 = ValueList.getConstantFwdRef(Record[3], IdxTy); in parseConstants() 2775 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in parseConstants() 2776 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants() [all …]
|