Searched refs:ResTy (Results 1 – 1 of 1) sorted by relevance
2195 Type *ResTy = getTypeByID(Record[OpNum]); in ParseFunctionBody() local2197 if (Opc == -1 || ResTy == 0) in ParseFunctionBody()2199 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy); in ParseFunctionBody()2691 Type *ResTy = getTypeByID(Record[2]); in ParseFunctionBody() local2692 if (!OpTy || !Op || !ResTy) in ParseFunctionBody()2694 I = new VAArgInst(Op, ResTy); in ParseFunctionBody()