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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 50 return S->getSCEVType() == scConstant;
71 return S->getSCEVType() == scTruncate ||
72 S->getSCEVType() == scZeroExtend ||
73 S->getSCEVType() == scSignExtend;
90 return S->getSCEVType() == scTruncate;
107 return S->getSCEVType() == scZeroExtend;
124 return S->getSCEVType() == scSignExtend;
165 return S->getSCEVType() == scAddExpr ||
166 S->getSCEVType() == scMulExpr ||
167 S->getSCEVType() == scSMaxExpr |
    [all...]
ScalarEvolution.h 103 unsigned getSCEVType() const { return SCEVType; }
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 98 switch (S->getSCEVType()) {
172 switch (S->getSCEVType()) {
ScalarEvolution.cpp 139 switch (getSCEVType()) {
187 switch (NAry->getSCEVType()) {
201 switch (NAry->getSCEVType()) {
250 switch (getSCEVType()) {
311 return S->getSCEVType() == scCouldNotCompute;
477 // Primarily, sort the SCEVs by their getSCEVType().
478 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
482 // Aside from the getSCEVType() ordering, the particular ordering
657 unsigned Complexity = S->getSCEVType();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 689 switch (S->getSCEVType()) {
    [all...]

Completed in 155 milliseconds