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 51 return S->getSCEVType() == scConstant;
73 return S->getSCEVType() == scTruncate ||
74 S->getSCEVType() == scZeroExtend ||
75 S->getSCEVType() == scSignExtend;
93 return S->getSCEVType() == scTruncate;
111 return S->getSCEVType() == scZeroExtend;
129 return S->getSCEVType() == scSignExtend;
171 return S->getSCEVType() == scAddExpr ||
172 S->getSCEVType() == scMulExpr ||
173 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 133 switch (getSCEVType()) {
181 switch (NAry->getSCEVType()) {
195 switch (NAry->getSCEVType()) {
244 switch (getSCEVType()) {
305 return S->getSCEVType() == scCouldNotCompute;
471 // Primarily, sort the SCEVs by their getSCEVType().
472 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
476 // Aside from the getSCEVType() ordering, the particular ordering
651 unsigned Complexity = S->getSCEVType();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 678 switch (S->getSCEVType()) {
    [all...]

Completed in 275 milliseconds