OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAddExpr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolution.h
505
const SCEV *
getAddExpr
(SmallVectorImpl<const SCEV *> &Ops,
507
const SCEV *
getAddExpr
(const SCEV *LHS, const SCEV *RHS,
512
return
getAddExpr
(Ops, Flags);
514
const SCEV *
getAddExpr
(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2,
520
return
getAddExpr
(Ops, Flags);
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
783
Result = SE.
getAddExpr
(Result, SE.getMulExpr(getOperand(i), Coeff));
836
return
getAddExpr
(Operands);
[
all
...]
Completed in 467 milliseconds