Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SCEVAllocator

320   SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V);
895 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator),
1054 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
1302 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator),
1820 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
1822 S = new (SCEVAllocator) SCEVAddExpr(ID.Intern(SCEVAllocator),
2114 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
2116 S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator),
2237 SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator),
2363 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Operands.size());
2365 S = new (SCEVAllocator) SCEVAddRecExpr(ID.Intern(SCEVAllocator),
2469 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
2471 SCEV *S = new (SCEVAllocator) SCEVSMaxExpr(ID.Intern(SCEVAllocator),
2573 const SCEV **O = SCEVAllocator.Allocate<const SCEV *>(Ops.size());
2575 SCEV *S = new (SCEVAllocator) SCEVUMaxExpr(ID.Intern(SCEVAllocator),
2660 SCEV *S = new (SCEVAllocator) SCEVUnknown(ID.Intern(SCEVAllocator), V, this,
6726 SCEVAllocator.Reset();