Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Int32

896     llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext);
900 SmallVector<llvm::Type*, 3> Elements(SizeInRegs, Int32);
904 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : 0;