Searched refs:OpTyID (Results 1 – 1 of 1) sorted by relevance
3470 unsigned OpTyID = Record[1]; in parseConstants() local3471 Type *OpTy = getTypeByID(OpTyID); in parseConstants()3563 unsigned OpTyID = Record[0]; in parseConstants() local3565 dyn_cast_or_null<VectorType>(getTypeByID(OpTyID)); in parseConstants()3627 unsigned OpTyID = Record[0]; in parseConstants() local3628 Type *OpTy = getTypeByID(OpTyID); in parseConstants()5721 unsigned OpTyID = Record[1]; in parseFunctionBody() local5722 Type *OpTy = getTypeByID(OpTyID); in parseFunctionBody()5725 Value *Cond = getValue(Record, 2, NextValueNo, OpTy, OpTyID, CurBB); in parseFunctionBody()5779 unsigned OpTyID = Record[0]; in parseFunctionBody() local[all …]