Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Undef

529   llvm::Value *Undef = llvm::UndefValue::get(Int32Ty);
530 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "", EntryBB);