Lines Matching defs:TyID
744 Value *getFnValueByID(unsigned ID, Type *Ty, unsigned TyID,
748 return ValueList.getValueFwdRef(ID, Ty, TyID, ConstExprInsertBB);
817 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal,
819 if (getValue(Record, Slot, InstNum, Ty, TyID, ResVal, ConstExprInsertBB))
828 unsigned InstNum, Type *Ty, unsigned TyID, Value *&ResVal,
830 ResVal = getValue(Record, Slot, InstNum, Ty, TyID, ConstExprInsertBB);
837 unsigned InstNum, Type *Ty, unsigned TyID,
844 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB);
849 unsigned InstNum, Type *Ty, unsigned TyID,
856 return getFnValueByID(ValNo, Ty, TyID, ConstExprInsertBB);
4092 unsigned TyID = Record[0];
4093 Type *Ty = getTypeByID(TyID);
4105 TyID = getContainedTypeID(TyID);
4106 Ty = getTypeByID(TyID);
4159 ValueList.push_back(NewGV, getVirtualTypeID(NewGV->getType(), TyID));
5230 unsigned TyID;
5236 TyID = Record[OpNum++];
5237 Ty = getTypeByID(TyID);
5241 TyID = InvalidTypeID;
5252 TyID = getContainedTypeID(BasePtrTypeID);
5254 TyID = getContainedTypeID(TyID);
5255 Ty = getTypeByID(TyID);
5270 ResTypeID = TyID;
6069 unsigned TyID = Record[0];
6070 Type *Ty = getTypeByID(TyID);
6119 V = getValueSigned(Record, i * 2 + 1, NextValueNo, Ty, TyID, EdgeBB);
6121 V = getValue(Record, i * 2 + 1, NextValueNo, Ty, TyID, EdgeBB);
6136 ResTypeID = TyID;
6215 unsigned TyID = Record[0];
6216 Type *Ty = getTypeByID(TyID);
6218 TyID = getContainedTypeID(TyID);
6219 Ty = getTypeByID(TyID);
6252 ResTypeID = getVirtualTypeID(AI->getType(), TyID);
6672 unsigned TyID = 0;
6679 if (getValueTypePair(Record, Slot, NextValueNo, V, TyID, CurBB))