HomeSort by relevance Sort by last modified time
    Searched defs:SCEVAddExpr (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpressions.h 206 /// SCEVAddExpr - This node represents an addition of some number of SCEVs.
208 class SCEVAddExpr : public SCEVCommutativeExpr {
211 SCEVAddExpr(const FoldingSetNodeIDRef ID,
225 static inline bool classof(const SCEVAddExpr *S) { return true; }
472 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 203 class SCEVAddExpr : public SCEVCommutativeExpr {
206 SCEVAddExpr(const FoldingSetNodeIDRef ID,
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
567 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 203 class SCEVAddExpr : public SCEVCommutativeExpr {
206 SCEVAddExpr(const FoldingSetNodeIDRef ID,
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
611 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 203 class SCEVAddExpr : public SCEVCommutativeExpr {
206 SCEVAddExpr(const FoldingSetNodeIDRef ID,
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
611 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 203 class SCEVAddExpr : public SCEVCommutativeExpr {
206 SCEVAddExpr(const FoldingSetNodeIDRef ID,
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
611 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 203 class SCEVAddExpr : public SCEVCommutativeExpr {
206 SCEVAddExpr(const FoldingSetNodeIDRef ID,
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
611 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 203 class SCEVAddExpr : public SCEVCommutativeExpr {
206 SCEVAddExpr(const FoldingSetNodeIDRef ID,
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
611 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 203 class SCEVAddExpr : public SCEVCommutativeExpr {
206 SCEVAddExpr(const FoldingSetNodeIDRef ID,
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
611 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 203 class SCEVAddExpr : public SCEVCommutativeExpr {
206 SCEVAddExpr(const FoldingSetNodeIDRef ID,
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
611 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 203 class SCEVAddExpr : public SCEVCommutativeExpr {
206 SCEVAddExpr(const FoldingSetNodeIDRef ID,
451 return ((SC*)this)->visitAddExpr((const SCEVAddExpr*)S);
611 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) {

Completed in 680 milliseconds