Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ITy

1033     llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(),
1035 Ptr = Builder.CreateBitCast(Ptr, ITy->getPointerTo());
1037 Builder.CreateStore(llvm::Constant::getNullValue(ITy), Ptr);