Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DValueList.cpp57 BasicBlock *ConstExprInsertBB) { in getValueFwdRef() argument
70 Expected<Value *> MaybeV = MaterializeValueFn(Idx, ConstExprInsertBB); in getValueFwdRef()
H A DValueList.h87 BasicBlock *ConstExprInsertBB);
H A DBitcodeReader.cpp718 BasicBlock *ConstExprInsertBB) { in getFnValueByID() argument
721 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB); in getFnValueByID()
744 BasicBlock *ConstExprInsertBB) { in getValueTypePair() argument
754 ResVal = getFnValueByID(ValNo, nullptr, TypeID, ConstExprInsertBB); in getValueTypePair()
764 ConstExprInsertBB); in getValueTypePair()
773 BasicBlock *ConstExprInsertBB) { in popValue() argument
774 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue()
784 BasicBlock *ConstExprInsertBB) { in getValue() argument
785 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB); in getValue()
793 BasicBlock *ConstExprInsertBB) { in getValue() argument
[all …]