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

1 2

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 343 Extension = &ScalarEvolution::getSignExtendExpr;
357 Extension = &ScalarEvolution::getSignExtendExpr;
538 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy);
540 SE->getSignExtendExpr(LHS, WideTy), SE->getSignExtendExpr(RHS, WideTy),
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 100 case scSignExtend: return SE.getSignExtendExpr(N, S->getType());
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 100 case scSignExtend: return SE.getSignExtendExpr(N, S->getType());
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 697 dyn_cast<SCEVAddRecExpr>(SE.getSignExtendExpr(AR, WideTy));
699 const SCEV *ExtendedStart = SE.getSignExtendExpr(AR->getStart(), WideTy);
701 SE.getSignExtendExpr(AR->getStepRecurrence(SE), WideTy);
    [all...]
AlignmentFromAssumptions.cpp 286 OffSCEV = SE->getSignExtendExpr(OffSCEV, Int64Ty);
IndVarSimplify.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 417 return isa<SCEVAddRecExpr>(SE.getSignExtendExpr(AR, WideTy));
425 return isa<SCEVAddExpr>(SE.getSignExtendExpr(A, WideTy));
434 return isa<SCEVMulExpr>(SE.getSignExtendExpr(M, WideTy));
    [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 564 return SE.getSignExtendExpr(Operand, Expr->getType());
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 562 const SCEV *getSignExtendExpr(const SCEV *Op, Type *Ty);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 608 return SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionExpressions.h 614 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionExpressions.h 614 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolutionExpressions.h 624 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionExpressions.h 624 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionExpressions.h 624 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolutionExpressions.h 624 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 608 return SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionExpressions.h 614 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionExpressions.h 614 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolutionExpressions.h 624 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionExpressions.h 624 : SE.getSignExtendExpr(Operand, Expr->getType());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionExpressions.h 624 : SE.getSignExtendExpr(Operand, Expr->getType());

Completed in 933 milliseconds

1 2