HomeSort by relevance Sort by last modified time
    Searched refs:getExactSDiv (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 437 /// getExactSDiv - Return an expression for LHS /s RHS, if it can be determined
443 static const SCEV *getExactSDiv(const SCEV *LHS, const SCEV *RHS,
477 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE,
480 const SCEV *Start = getExactSDiv(AR->getStart(), RHS, SE,
497 const SCEV *Op = getExactSDiv(*I, RHS, SE,
516 if (const SCEV *Q = getExactSDiv(S, RHS, SE,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 537 static const SCEV *getExactSDiv(const SCEV *LHS, const SCEV *RHS,
571 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE,
574 const SCEV *Start = getExactSDiv(AR->getStart(), RHS, SE,
590 const SCEV *Op = getExactSDiv(S, RHS, SE, IgnoreSignificantBits);
606 if (const SCEV *Q = getExactSDiv(S, RHS, SE,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 690 static Constant *getExactSDiv(Constant *C1, Constant *C2) {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 795 return wrap(ConstantExpr::getExactSDiv(unwrap<Constant>(LHSConstant),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 888 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)
    [all...]

Completed in 349 milliseconds