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
88 friend struct SCEVVisitor<SCEVExpander, Value*>;
91 /// SCEVExpander - Construct a SCEVExpander in "canonical" mode.
92 explicit SCEVExpander(ScalarEvolution &se, const char *name) function in class:llvm::SCEVExpander
218 /// SCEVExpander's current insertion point. If a type is specified, the

Completed in 52 milliseconds