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

References

lib/Analysis/ScalarEvolution.cpp
  426   SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V);
  426   SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V);
 1288         new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), Op, Ty);
 1288         new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), Op, Ty);
 1335   SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator),
 1335   SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator),
 1663     SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
 1663     SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
 1936   SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
 1936   SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
 1974     SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator),
 1974     SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator),
 2188   SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator),
 2188   SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator),
 2796     const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
 2798     S = new (SCEVAllocator)
 2799         SCEVAddExpr(ID.Intern(SCEVAllocator), O, Ops.size());
 2819     const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
 2821     S = new (SCEVAllocator)
 2822         SCEVAddRecExpr(ID.Intern(SCEVAllocator), O, Ops.size(), L);
 2841     const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
 2843     S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator),
 2843     S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator),
 3312   SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator),
 3312   SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator),
 3671   const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
 3673   SCEV *S = new (SCEVAllocator) SCEVMinMaxExpr(
 3674       ID.Intern(SCEVAllocator), static_cast<SCEVTypes>(Kind), O, Ops.size());
 3751   SCEV *S = new (SCEVAllocator) SCEVUnknown(ID.Intern(SCEVAllocator), V, this,
 3751   SCEV *S = new (SCEVAllocator) SCEVUnknown(ID.Intern(SCEVAllocator), V, this,
11442       SCEVAllocator(std::move(Arg.SCEVAllocator)),
12076   SCEVEqualPredicate *Eq = new (SCEVAllocator)
12077       SCEVEqualPredicate(ID.Intern(SCEVAllocator), LHS, RHS);
12093   auto *OF = new (SCEVAllocator)
12094       SCEVWrapPredicate(ID.Intern(SCEVAllocator), AR, AddedFlags);