Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:ResTy

2700       Type *ResTy = getTypeByID(Record[OpNum]);
2702 if (Opc == -1 || !ResTy)
2704 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
3236 Type *ResTy = getTypeByID(Record[2]);
3237 if (!OpTy || !Op || !ResTy)
3239 I = new VAArgInst(Op, ResTy);