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