Home | History | Annotate | Download | only in Reader

Lines Matching refs:ResTy

2199       Type *ResTy = getTypeByID(Record[OpNum]);
2201 if (Opc == -1 || ResTy == 0)
2203 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy);
2777 Type *ResTy = getTypeByID(Record[2]);
2778 if (!OpTy || !Op || !ResTy)
2780 I = new VAArgInst(Op, ResTy);