OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSCEVType
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h
52
return S->
getSCEVType
() == scConstant;
73
return S->
getSCEVType
() == scTruncate ||
74
S->
getSCEVType
() == scZeroExtend ||
75
S->
getSCEVType
() == scSignExtend;
92
return S->
getSCEVType
() == scTruncate;
109
return S->
getSCEVType
() == scZeroExtend;
126
return S->
getSCEVType
() == scSignExtend;
171
return S->
getSCEVType
() == scAddExpr ||
172
S->
getSCEVType
() == scMulExpr ||
173
S->
getSCEVType
() == scSMaxExpr |
[
all
...]
ScalarEvolution.h
111
unsigned
getSCEVType
() const { return SCEVType; }
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp
98
switch (S->
getSCEVType
()) {
203
switch (S->
getSCEVType
()) {
ScalarEvolution.cpp
134
switch (static_cast<SCEVTypes>(
getSCEVType
())) {
182
switch (NAry->
getSCEVType
()) {
196
switch (NAry->
getSCEVType
()) {
244
switch (static_cast<SCEVTypes>(
getSCEVType
())) {
304
return S->
getSCEVType
() == scCouldNotCompute;
470
// Primarily, sort the SCEVs by their
getSCEVType
().
471
unsigned LType = LHS->
getSCEVType
(), RType = RHS->
getSCEVType
();
475
// Aside from the
getSCEVType
() ordering, the particular ordering
654
unsigned Complexity = S->
getSCEVType
();
[
all
...]
VectorUtils.cpp
324
if (M->getOperand(0)->
getSCEVType
() != scConstant)
ScalarEvolutionExpander.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
756
switch (S->
getSCEVType
()) {
[
all
...]
IndVarSimplify.cpp
625
if (ExitValue->
getSCEVType
()>=scMulExpr) {
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 64 milliseconds