Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp1311 template <typename ExtendOp> struct ExtendOpTraits { struct
1324 struct ExtendOpTraits<SCEVSignExtendExpr> : public ExtendOpTraitsBase { struct
1325 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNSW;
1327 static const GetExtendExprTy GetExtendExpr;
1329 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()
1340 struct ExtendOpTraits<SCEVZeroExtendExpr> : public ExtendOpTraitsBase { struct
1341 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNUW;
1343 static const GetExtendExprTy GetExtendExpr;
1345 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()