OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCEVSMaxExpr
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h
358
///
SCEVSMaxExpr
- This class represents a signed maximum selection.
360
class
SCEVSMaxExpr
: public SCEVCommutativeExpr {
363
SCEVSMaxExpr
(const FoldingSetNodeIDRef ID,
467
return ((SC*)this)->visitSMaxExpr((const
SCEVSMaxExpr
*)S);
606
virtual const SCEV *visitSMaxExpr(const
SCEVSMaxExpr
*Expr) {
ScalarEvolutionExpander.h
245
Value *visitSMaxExpr(const
SCEVSMaxExpr
*S);
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
ScalarEvolutionExpander.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
IndVarSimplify.cpp
[
all
...]
Completed in 31 milliseconds