Home | History | Annotate | Download | only in CodeGen

Lines Matching full:currentelement

488     llvm::PHINode *currentElement =
490 currentElement->addIncoming(element, entryBB);
493 LValue elementLV = CGF.MakeAddrLValue(currentElement, elementType);
501 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
511 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());