Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int32Ty

119   auto *Int32Ty = llvm::Type::getInt32Ty(Ctx);
124 Int32Ty, Int32Ty, Int64Ty, Int8PtrTy, Int64PtrTy
128 llvm::ConstantInt::get(Int32Ty, getFuncName().size()),
129 llvm::ConstantInt::get(Int32Ty, NumRegionCounters),
789 auto *Int32Ty = llvm::Type::getInt32Ty(Ctx);
790 auto *Var = new llvm::GlobalVariable(CGM.getModule(), Int32Ty, false,
795 auto *User = llvm::Function::Create(llvm::FunctionType::get(Int32Ty, false),