OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCEVType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp
627
const SCEVTypes
SCEVType
= convertToSCEVype(m_MaxMin);
628
const SCEV *R1Expr = SE->getMinMaxExpr(
SCEVType
, Ops1);
640
const SCEV *R2Expr = SE->getMinMaxExpr(
SCEVType
, Ops2);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
86
const SCEVTypes
SCEVType
;
125
: FastID(ID),
SCEVType
(SCEVTy), ExpressionSize(ExpressionSize) {}
129
SCEVTypes getSCEVType() const { return
SCEVType
; }
2041
/// Look for a SCEV expression with type `
SCEVType
` and operands `Ops` in
2049
findExistingSCEVInCache(SCEVTypes
SCEVType
, ArrayRef<const SCEV *> Ops);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
3503
ScalarEvolution::findExistingSCEVInCache(SCEVTypes
SCEVType
,
3507
ID.AddInteger(
SCEVType
);
Completed in 28 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026