Searched refs:getFnValueByID (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 729 Value *getFnValueByID(unsigned ID, Type *Ty, unsigned TyID, in getFnValueByID() function in __anondf6e26480411::BitcodeReader 766 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair() 775 ResVal = getFnValueByID(ValNo, getTypeByID(TypeID), TypeID, in getValueTypePair() 829 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValue() 841 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValueSigned() 5790 getFnValueByID(Record[3+i*2], OpTy, OpTyID, nullptr)); in parseFunctionBody() 6228 Value *Size = getFnValueByID(Record[2], OpTy, OpTyID, CurBB); in parseFunctionBody()
|