OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOp
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
243
const SCEV *
SOp
= M->getOperand(i);
244
const SCEV *Remainder = SE.getConstant(
SOp
->getType(), 0);
245
if (FactorOutConstant(
SOp
, Remainder, Factor, SE, TD) &&
248
NewMulOps[i] =
SOp
;
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
Completed in 17 milliseconds