Searched refs:nextElement (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp644 llvm::Value *nextElement = Builder.CreateInBoundsGEP( local
648 if (endOfInit.isValid()) Builder.CreateStore(nextElement, endOfInit);
651 llvm::Value *done = Builder.CreateICmpEQ(nextElement, end,
655 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());

Completed in 186 milliseconds