Home
last modified time | relevance | path

Searched refs:getConstantFwdRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DValueList.h74 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
H A DBitcodeReader.cpp2259 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in parseConstants()
2468 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in parseConstants()
2474 Op1 = ValueList.getConstantFwdRef(Record[3], IdxTy); in parseConstants()
2487 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in parseConstants()
2488 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], in parseConstants()
2495 Op2 = ValueList.getConstantFwdRef(Record[3], IdxTy); in parseConstants()
2507 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in parseConstants()
2508 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy); in parseConstants()
2521 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in parseConstants()
2522 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants()
[all …]
H A DValueList.cpp97 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { in getConstantFwdRef() function in BitcodeReaderValueList