reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3838 AI = new llvm::AllocaInst(ArgStruct, DL.getAllocaAddrSpace(), 3841 AI = CreateTempAlloca(ArgStruct, "argmem"); 3844 AI->setAlignment(Align.getAsAlign()); 3845 AI->setUsedWithInAlloca(true); 3846 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); 3846 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); 3847 ArgMemory = Address(AI, Align);