Searched refs:NSUIntegerTy (Results 1 – 1 of 1) sorted by relevance
1783 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt() local1784 llvm::Constant *Count = llvm::ConstantInt::get(NSUIntegerTy, NumItems); in EmitObjCForCollectionStmt()1799 llvm::Value *zero = llvm::Constant::getNullValue(NSUIntegerTy); in EmitObjCForCollectionStmt()1831 llvm::PHINode *index = Builder.CreatePHI(NSUIntegerTy, 3, "forcoll.index"); in EmitObjCForCollectionStmt()1835 llvm::PHINode *count = Builder.CreatePHI(NSUIntegerTy, 3, "forcoll.count"); in EmitObjCForCollectionStmt()1980 Builder.CreateAdd(index, llvm::ConstantInt::get(NSUIntegerTy, 1)); in EmitObjCForCollectionStmt()