OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getExactSDiv
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/
Constants.h
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
446
///
getExactSDiv
- Return an expression for LHS /s RHS, if it can be determined
452
static const SCEV *
getExactSDiv
(const SCEV *LHS, const SCEV *RHS,
486
const SCEV *Step =
getExactSDiv
(AR->getStepRecurrence(SE), RHS, SE,
489
const SCEV *Start =
getExactSDiv
(AR->getStart(), RHS, SE,
506
const SCEV *Op =
getExactSDiv
(*I, RHS, SE,
525
if (const SCEV *Q =
getExactSDiv
(S, RHS, SE,
[
all
...]
Completed in 1401 milliseconds