HomeSort by: relevance | last modified time | path
    Searched refs:getSCEVType (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 63 return S->getSCEVType() == scConstant;
100 return S->getSCEVType() == scPtrToInt || S->getSCEVType() == scTruncate ||
101 S->getSCEVType() == scZeroExtend ||
102 S->getSCEVType() == scSignExtend;
116 return S->getSCEVType() == scPtrToInt;
129 return S->getSCEVType() == scTruncate ||
130 S->getSCEVType() == scZeroExtend ||
131 S->getSCEVType() == scSignExtend;
146 return S->getSCEVType() == scTruncate
    [all...]
ScalarEvolution.h 129 SCEVTypes getSCEVType() const { return SCEVType; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 252 switch (getSCEVType()) {
309 switch (NAry->getSCEVType()) {
328 switch (NAry->getSCEVType()) {
380 switch (getSCEVType()) {
441 return S->getSCEVType() == scCouldNotCompute;
700 // Primarily, sort the SCEVs by their getSCEVType().
701 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
711 // Aside from the getSCEVType() ordering, the particular ordering
880 unsigned Complexity = S->getSCEVType();
    [all...]
VectorUtils.cpp 227 if (M->getOperand(0)->getSCEVType() != scConstant)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1895 if (S->getSCEVType() != scConstant && Set) {
2268 switch (S->getSCEVType()) {
2388 switch (S->getSCEVType()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 934 switch (S->getSCEVType()) {
2771 switch (S->getSCEVType()) {
2790 if (SubExpr->getSCEVType() == scAddExpr)
2793 if (SubExpr->getSCEVType() != scMulExpr)

Completed in 40 milliseconds