Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:startAddress

1336   llvm::Value *startAddress = Builder.CreateLoad(startPointer, "startAddress");
1338 ::EmitRecursiveStdInitializerListCleanup(*this, startAddress, init);
1341 Builder.CreateBitCast(startAddress, arrayPtrType, "arrayAddress");