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

References

unittests/Analysis/AliasAnalysisTest.cpp
  177   auto *Store1 = new StoreInst(Value, Addr, BB);
  178   auto *Load1 = new LoadInst(IntType, Addr, "load", BB);
  179   auto *Add1 = BinaryOperator::CreateAdd(Value, Value, "add", BB);
  180   auto *VAArg1 = new VAArgInst(Addr, PtrType, "vaarg", BB);
  184       SyncScope::System, BB);
  187                         AtomicOrdering::Monotonic, SyncScope::System, BB);
  189   ReturnInst::Create(C, nullptr, BB);