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

References

unittests/Analysis/ScalarEvolutionTest.cpp
  415     X = new LoadInst(IntPtrTy, new IntToPtrInst(X, IntPtrPtrTy, "", EntryBB),
  417                      /*isVolatile*/ false, EntryBB);
  418     Y = new LoadInst(IntPtrTy, new IntToPtrInst(Y, IntPtrPtrTy, "", EntryBB),
  420                      /*isVolatile*/ false, EntryBB);
  423   auto *MulA = BinaryOperator::CreateMul(X, Y, "", EntryBB);
  424   auto *MulB = BinaryOperator::CreateMul(Y, X, "", EntryBB);
  425   ReturnInst::Create(Context, nullptr, EntryBB);