Home | History | Annotate | Download | only in CodeGen

Lines Matching full:currentelement

765       llvm::PHINode *currentElement =
767 currentElement->addIncoming(element, entryBB);
770 LValue elementLV = CGF.MakeAddrLValue(currentElement, elementType);
778 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
788 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());