reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExpr.cpp
  127   assert(isa<llvm::AllocaInst>(Var.getPointer()));
  128   auto *Store = new llvm::StoreInst(Init, Var.getPointer());
  129   Store->setAlignment(Var.getAlignment().getAsAlign());