Searched refs:SCEVAllocator (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp485 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V);
507 SCEV *S = new (SCEVAllocator) SCEVVScale(ID.Intern(SCEVAllocator), Ty);
1047 SCEV *S = new (SCEVAllocator)
1048 SCEVPtrToIntExpr(ID.Intern(SCEVAllocator), Op, IntPtrTy);
1168 new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), Op, Ty);
1220 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator),
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2213 BumpPtrAllocator SCEVAllocator; member in class:llvm::ScalarEvolution

Completed in 182 milliseconds