Home
last modified time | relevance | path

Searched refs:NSUIntegerTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp1783 llvm::Type *NSUIntegerTy = ConvertType(getContext().getNSUIntegerType()); in EmitObjCForCollectionStmt() local
1784 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()