HomeSort by relevance Sort by last modified time
    Searched refs:getTruncateExpr (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 101 case scTruncate: return SE.getTruncateExpr(N, S->getType());
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 101 case scTruncate: return SE.getTruncateExpr(N, S->getType());
ScalarEvolution.cpp 792 const SCEV *ScalarEvolution::getTruncateExpr(const SCEV *Op,
815 return getTruncateExpr(ST->getOperand(), Ty);
831 const SCEV *S = getTruncateExpr(SA->getOperand(i), Ty);
846 const SCEV *S = getTruncateExpr(SM->getOperand(i), Ty);
859 Operands.push_back(getTruncateExpr(AddRec->getOperand(i), Ty));
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 554 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 560 const SCEV *getTruncateExpr(const SCEV *Op, Type *Ty);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 598 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 598 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 598 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 598 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 598 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 598 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 598 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 598 return SE.getTruncateExpr(Operand, Expr->getType());
ScalarEvolution.h     [all...]

Completed in 980 milliseconds

1 2