Home
last modified time | relevance | path

Searched defs:ExtendOpTraits (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp1193 template <typename ExtendOp> struct ExtendOpTraits { struct
1206 struct ExtendOpTraits<SCEVSignExtendExpr> : public ExtendOpTraitsBase { struct
1207 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNSW;
1209 static const GetExtendExprTy GetExtendExpr;
1211 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()
1222 struct ExtendOpTraits<SCEVZeroExtendExpr> : public ExtendOpTraitsBase { struct
1223 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNUW;
1225 static const GetExtendExprTy GetExtendExpr;
1227 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()