HomeSort by: relevance | last modified time | path
    Searched defs:currentElement (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 598 llvm::PHINode *currentElement =
600 currentElement->addIncoming(element, entryBB);
611 CGF.MakeAddrLValue(Address(currentElement, elementAlign), elementType);
620 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
630 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());
CGExprAgg.cpp 598 llvm::PHINode *currentElement =
600 currentElement->addIncoming(element, entryBB);
611 CGF.MakeAddrLValue(Address(currentElement, elementAlign), elementType);
620 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
630 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());
CGExprAgg.cpp 598 llvm::PHINode *currentElement =
600 currentElement->addIncoming(element, entryBB);
611 CGF.MakeAddrLValue(Address(currentElement, elementAlign), elementType);
620 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
630 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());

Completed in 82 milliseconds