Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching defs:ResTy

2320       Type *ResTy = getTypeByID(Record[OpNum]);
2322 if (Opc == -1 || ResTy == 0)
2324 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2839 Type *ResTy = getTypeByID(Record[2]);
2840 if (!OpTy || !Op || !ResTy)
2842 I = new VAArgInst(Op, ResTy);