OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddRec
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
525
// Compare
addrec
loop depths.
534
//
Addrec
complexity grows with operand count.
856
if (const SCEVAddRecExpr *
AddRec
= dyn_cast<SCEVAddRecExpr>(Op)) {
858
for (unsigned i = 0, e =
AddRec
->getNumOperands(); i != e; ++i)
859
Operands.push_back(getTruncateExpr(
AddRec
->getOperand(i), Ty));
860
return getAddRecExpr(Operands,
AddRec
->getLoop(), SCEV::FlagAnyWrap);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
657
// indvar subst on anything more complex than an affine
addrec
, unless
706
// Compute the final
addrec
to expand into code.
720
// indvar subst on anything more complex than an affine
addrec
, unless
[
all
...]
Completed in 17 milliseconds