Searched refs:nextElement (Results 1 – 2 of 2) sorted by relevance
211 cir::PtrStrideOp nextElement = in emitArrayInit() local213 cgf.emitStoreThroughLValue(RValue::get(nextElement), tmpLV); in emitArrayInit()
765 llvm::Value *nextElement = Builder.CreateInBoundsGEP( in EmitArrayInit() local769 if (endOfInit.isValid()) Builder.CreateStore(nextElement, endOfInit); in EmitArrayInit()772 llvm::Value *done = Builder.CreateICmpEQ(nextElement, end, in EmitArrayInit()776 currentElement->addIncoming(nextElement, Builder.GetInsertBlock()); in EmitArrayInit()