Home | History | Annotate | Download | only in CodeGen

Lines Matching full:currentelement

787       llvm::PHINode *currentElement =
789 currentElement->addIncoming(element, entryBB);
792 LValue elementLV = CGF.MakeAddrLValue(currentElement, elementType);
800 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
810 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());