Searched refs:OpTyID (Results 1 – 1 of 1) sorted by relevance
3378 unsigned OpTyID = Record[1]; in parseConstants() local3379 Type *OpTy = getTypeByID(OpTyID); in parseConstants()3471 unsigned OpTyID = Record[0]; in parseConstants() local3473 dyn_cast_or_null<VectorType>(getTypeByID(OpTyID)); in parseConstants()3535 unsigned OpTyID = Record[0]; in parseConstants() local3536 Type *OpTy = getTypeByID(OpTyID); in parseConstants()5629 unsigned OpTyID = Record[1]; in parseFunctionBody() local5630 Type *OpTy = getTypeByID(OpTyID); in parseFunctionBody()5633 Value *Cond = getValue(Record, 2, NextValueNo, OpTy, OpTyID, CurBB); in parseFunctionBody()5687 unsigned OpTyID = Record[0]; in parseFunctionBody() local[all …]