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

References

unittests/Analysis/ScalarEvolutionTest.cpp
  418     Y = new LoadInst(IntPtrTy, new IntToPtrInst(Y, IntPtrPtrTy, "", EntryBB),
  418     Y = new LoadInst(IntPtrTy, new IntToPtrInst(Y, IntPtrPtrTy, "", EntryBB),
  423   auto *MulA = BinaryOperator::CreateMul(X, Y, "", EntryBB);
  424   auto *MulB = BinaryOperator::CreateMul(Y, X, "", EntryBB);