Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp1331 template <typename ExtendOp> struct ExtendOpTraits { struct
1344 struct ExtendOpTraits<SCEVSignExtendExpr> : public ExtendOpTraitsBase { struct
1345 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNSW;
1347 static const GetExtendExprTy GetExtendExpr;
1349 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()
1360 struct ExtendOpTraits<SCEVZeroExtendExpr> : public ExtendOpTraitsBase { struct
1361 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNUW;
1363 static const GetExtendExprTy GetExtendExpr;
1365 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()