Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Int32

895     llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext);
899 SmallVector<llvm::Type*, 3> Elements(SizeInRegs, Int32);
903 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr;