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