Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp52 BasicBlock *ConstExprInsertBB) { in getValueFwdRef() argument
65 Expected<Value *> MaybeV = MaterializeValueFn(Idx, ConstExprInsertBB); in getValueFwdRef()
H A DValueList.h87 BasicBlock *ConstExprInsertBB);
H A DBitcodeReader.cpp730 BasicBlock *ConstExprInsertBB) { in getFnValueByID() argument
733 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB); in getFnValueByID()
756 BasicBlock *ConstExprInsertBB) { in getValueTypePair() argument
766 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair()
776 ConstExprInsertBB); in getValueTypePair()
782 BasicBlock *ConstExprInsertBB) { in getValueOrMetadata() argument
789 ConstExprInsertBB); in getValueOrMetadata()
803 BasicBlock *ConstExprInsertBB) { in popValue() argument
804 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue()
814 BasicBlock *ConstExprInsertBB) { in getValue() argument
[all …]