OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IVSrc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
94
Value *
IVSrc
= nullptr;
114
IVSrc
= IVOperand->getOperand(0);
115
//
IVSrc
must be the (SCEVable) IV, since the other operand is const.
116
assert(SE->isSCEVable(
IVSrc
->getType()) && "Expect SCEVable IV operand");
128
FoldedExpr = SE->getUDivExpr(SE->getSCEV(
IVSrc
), SE->getSCEV(D));
141
UseInst->setOperand(OperIdx,
IVSrc
);
148
return
IVSrc
;
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
Completed in 3096 milliseconds