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

  /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/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 232 milliseconds