Searched refs:getFnValueByID (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 717 Value *getFnValueByID(unsigned ID, Type *Ty, unsigned TyID, in getFnValueByID() function in __anond0704bc40411::BitcodeReader 754 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair() 763 ResVal = getFnValueByID(ValNo, getTypeByID(TypeID), TypeID, in getValueTypePair() 799 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValue() 811 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValueSigned() 5473 getFnValueByID(Record[3+i*2], OpTy, OpTyID, nullptr)); in parseFunctionBody() 5911 Value *Size = getFnValueByID(Record[2], OpTy, OpTyID, CurBB); in parseFunctionBody()
|