OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCEVTruncateExpr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h
80
///
SCEVTruncateExpr
- This class represents a truncation of an integer value
83
class
SCEVTruncateExpr
: public SCEVCastExpr {
86
SCEVTruncateExpr
(const FoldingSetNodeIDRef ID,
458
return ((SC*)this)->visitTruncateExpr((const
SCEVTruncateExpr
*)S);
569
const SCEV *visitTruncateExpr(const
SCEVTruncateExpr
*Expr) {
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
139
const
SCEVTruncateExpr
*Trunc = cast<
SCEVTruncateExpr
>(this);
332
SCEVTruncateExpr
::
SCEVTruncateExpr
(const FoldingSetNodeIDRef ID,
752
void visitTruncateExpr(const
SCEVTruncateExpr
*Numerator) {}
[
all
...]
Completed in 37 milliseconds