Map from LLVM values to replacement SCEVs.

Synopsis

Declared in <llvm/Analysis/ScalarEvolutionExpressions.h>

using ValueToSCEVMapTy = DenseMap<Value const*, SCEV const*>;

Created with MrDocs