OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandAddToGEP
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h
157
///
expandAddToGEP
- Expand a SCEVAddExpr with a pointer type into a GEP
159
Value *
expandAddToGEP
(const SCEV *const *op_begin,
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
339
///
expandAddToGEP
- Expand an addition expression with a pointer type into
366
Value *SCEVExpander::
expandAddToGEP
(const SCEV *const *op_begin,
733
Sum =
expandAddToGEP
(NewOps.begin(), NewOps.end(), PTy, Ty, Sum);
743
Sum =
expandAddToGEP
(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
[
all
...]
Completed in 2599 milliseconds