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 461 /// getExactSDiv - Return an expression for LHS /s RHS, if it can be determined
467 static const SCEV *getExactSDiv(const SCEV *LHS, const SCEV *RHS,
501 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE,
504 const SCEV *Start = getExactSDiv(AR->getStart(), RHS, SE,
521 const SCEV *Op = getExactSDiv(*I, RHS, SE,
540 if (const SCEV *Q = getExactSDiv(S, RHS, SE,
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
Core.cpp 857 return wrap(ConstantExpr::getExactSDiv(unwrap<Constant>(LHSConstant),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 889 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)
    [all...]

Completed in 358 milliseconds