Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ITy

1019     llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(),
1021 Ptr = Builder.CreateBitCast(Ptr, ITy->getPointerTo());
1023 Builder.CreateStore(llvm::Constant::getNullValue(ITy), Ptr);