Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1270 template <typename ExtendOp> struct ExtendOpTraits { struct
1283 struct ExtendOpTraits<SCEVSignExtendExpr> : public ExtendOpTraitsBase { struct
1284 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNSW;
1286 static const GetExtendExprTy GetExtendExpr;
1288 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()
1299 struct ExtendOpTraits<SCEVZeroExtendExpr> : public ExtendOpTraitsBase { struct
1300 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNUW;
1302 static const GetExtendExprTy GetExtendExpr;
1304 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()