Lines Matching refs:TyID

744   Value *getFnValueByID(unsigned ID, Type *Ty, unsigned TyID,  in getFnValueByID()  argument
748 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB); in getFnValueByID()
799 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in popValue() argument
801 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB)) in popValue()
810 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal, in getValue() argument
812 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB); in getValue()
819 unsigned InstNum, Type *Ty, unsigned TyID, in getValue() argument
826 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValue()
831 unsigned InstNum, Type *Ty, unsigned TyID, in getValueSigned() argument
838 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB); in getValueSigned()
4007 unsigned TyID = Record[0]; in parseGlobalVarRecord() local
4008 Type *Ty = getTypeByID(TyID); in parseGlobalVarRecord()
4020 TyID = getContainedTypeID(TyID); in parseGlobalVarRecord()
4021 Ty = getTypeByID(TyID); in parseGlobalVarRecord()
4074 ValueList.push_back(NewGV, getVirtualTypeID(NewGV->getType(), TyID)); in parseGlobalVarRecord()
5140 unsigned TyID; in parseFunctionBody() local
5146 TyID = Record[OpNum++]; in parseFunctionBody()
5147 Ty = getTypeByID(TyID); in parseFunctionBody()
5151 TyID = InvalidTypeID; in parseFunctionBody()
5162 TyID = getContainedTypeID(BasePtrTypeID); in parseFunctionBody()
5164 TyID = getContainedTypeID(TyID); in parseFunctionBody()
5165 Ty = getTypeByID(TyID); in parseFunctionBody()
5180 ResTypeID = TyID; in parseFunctionBody()
5976 unsigned TyID = Record[0]; in parseFunctionBody() local
5977 Type *Ty = getTypeByID(TyID); in parseFunctionBody()
6026 V = getValueSigned(Record, i * 2 + 1, NextValueNo, Ty, TyID, EdgeBB); in parseFunctionBody()
6028 V = getValue(Record, i * 2 + 1, NextValueNo, Ty, TyID, EdgeBB); in parseFunctionBody()
6043 ResTypeID = TyID; in parseFunctionBody()
6122 unsigned TyID = Record[0]; in parseFunctionBody() local
6123 Type *Ty = getTypeByID(TyID); in parseFunctionBody()
6125 TyID = getContainedTypeID(TyID); in parseFunctionBody()
6126 Ty = getTypeByID(TyID); in parseFunctionBody()
6159 ResTypeID = getVirtualTypeID(AI->getType(), TyID); in parseFunctionBody()
6579 unsigned TyID = 0; in parseFunctionBody() local
6586 if (getValueTypePair(Record, Slot, NextValueNo, V, TyID, CurBB)) in parseFunctionBody()