Searched refs:ConstExprInsertBB (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | ValueList.cpp | 57 BasicBlock *ConstExprInsertBB) { in getValueFwdRef() argument 70 Expected<Value *> MaybeV = MaterializeValueFn(Idx, ConstExprInsertBB); in getValueFwdRef()
|
| H A D | ValueList.h | 87 BasicBlock *ConstExprInsertBB);
|
| H A D | BitcodeReader.cpp | 717 BasicBlock *ConstExprInsertBB) { in getFnValueByID() argument 720 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB); in getFnValueByID() 743 BasicBlock *ConstExprInsertBB) { in getValueTypePair() argument 753 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair() 763 ConstExprInsertBB); in getValueTypePair() 772 BasicBlock *ConstExprInsertBB) { in popValue() argument 783 BasicBlock *ConstExprInsertBB) { in getValue() argument 792 BasicBlock *ConstExprInsertBB) { in getValue() argument 798 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValue() 804 BasicBlock *ConstExprInsertBB) { in getValueSigned() argument [all …]
|