Searched defs:SCEVExpander (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h31 /// SCEVExpander - This class uses information about analyze scalars to
37 class SCEVExpander : public SCEVVisitor<SCEVExpander, Value*> { class in namespace:llvm
90 friend struct SCEVVisitor<SCEVExpander, Value*>;
93 /// SCEVExpander - Construct a SCEVExpander in "canonical" mode.
94 explicit SCEVExpander(ScalarEvolution &se, const char *name) function in class:llvm::SCEVExpander
220 /// SCEVExpander's current insertion point. If a type is specified, the

Completed in 762 milliseconds