OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCEVType
(Results
1 - 2
of
2
) 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);
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026