Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Exn

371   Value *Exn = new LoadInst(ExnAddr, "exn", false,
374 Exn = CastInst::Create(Instruction::IntToPtr, Exn, Ty, "", InsertPt);
377 Ty = StructType::get(Exn->getType(), Sel->getType(), NULL);
379 Exn, 0,