OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCEVSignExtendExpr
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h
114
///
SCEVSignExtendExpr
- This class represents a sign extension of a small
117
class
SCEVSignExtendExpr
: public SCEVCastExpr {
120
SCEVSignExtendExpr
(const FoldingSetNodeIDRef ID,
462
return ((SC*)this)->visitSignExtendExpr((const
SCEVSignExtendExpr
*)S);
579
const SCEV *visitSignExtendExpr(const
SCEVSignExtendExpr
*Expr) {
ScalarEvolutionExpander.h
276
Value *visitSignExtendExpr(const
SCEVSignExtendExpr
*S);
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
153
const
SCEVSignExtendExpr
*SExt = cast<
SCEVSignExtendExpr
>(this);
348
SCEVSignExtendExpr
::
SCEVSignExtendExpr
(const FoldingSetNodeIDRef ID,
754
void visitSignExtendExpr(const
SCEVSignExtendExpr
*Numerator) {}
[
all
...]
DependenceAnalysis.cpp
843
(isa<
SCEVSignExtendExpr
>(Src) && isa<
SCEVSignExtendExpr
>(Dst))) {
[
all
...]
ScalarEvolutionExpander.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
767
return isHighCostExpansion(cast<
SCEVSignExtendExpr
>(S)->getOperand(),
[
all
...]
Completed in 416 milliseconds