Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:ResTy

2949       Type *ResTy = getTypeByID(Record[OpNum]);
2951 if (Opc == -1 || !ResTy)
2953 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
3564 Type *ResTy = getTypeByID(Record[2]);
3565 if (!OpTy || !Op || !ResTy)
3567 I = new VAArgInst(Op, ResTy);