Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:ResTy

2578       Type *ResTy = getTypeByID(Record[OpNum]);
2580 if (Opc == -1 || ResTy == 0)
2582 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
3177 Type *ResTy = getTypeByID(Record[2]);
3178 if (!OpTy || !Op || !ResTy)
3180 I = new VAArgInst(Op, ResTy);