Lines Matching full:currentelement
500 llvm::PHINode *currentElement =
502 currentElement->addIncoming(element, entryBB);
506 CGF.MakeAddrLValue(Address(currentElement, elementAlign), elementType);
514 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
524 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());