HomeSort by relevance Sort by last modified time
    Searched refs:getSCEVType (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 51 return S->getSCEVType() == scConstant;
72 return S->getSCEVType() == scTruncate ||
73 S->getSCEVType() == scZeroExtend ||
74 S->getSCEVType() == scSignExtend;
91 return S->getSCEVType() == scTruncate;
108 return S->getSCEVType() == scZeroExtend;
125 return S->getSCEVType() == scSignExtend;
170 return S->getSCEVType() == scAddExpr ||
171 S->getSCEVType() == scMulExpr ||
172 S->getSCEVType() == scSMaxExpr |
    [all...]
ScalarEvolution.h 103 unsigned getSCEVType() const { return SCEVType; }
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 98 switch (S->getSCEVType()) {
203 switch (S->getSCEVType()) {
ScalarEvolution.cpp 139 switch (static_cast<SCEVTypes>(getSCEVType())) {
187 switch (NAry->getSCEVType()) {
201 switch (NAry->getSCEVType()) {
249 switch (static_cast<SCEVTypes>(getSCEVType())) {
309 return S->getSCEVType() == scCouldNotCompute;
475 // Primarily, sort the SCEVs by their getSCEVType().
476 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
480 // Aside from the getSCEVType() ordering, the particular ordering
659 unsigned Complexity = S->getSCEVType();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 750 switch (S->getSCEVType()) {
    [all...]
IndVarSimplify.cpp 563 if (ExitValue->getSCEVType()>=scMulExpr) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 179 milliseconds