Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ITy

1255     llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(),
1257 Ptr = Builder.CreateBitCast(Ptr, ITy->getPointerTo());
1259 Builder.CreateAlignedStore(llvm::Constant::getNullValue(ITy), Ptr,