Searched defs:ExtendOpTraits (Results 1 – 1 of 1) sorted by relevance
1311 template <typename ExtendOp> struct ExtendOpTraits { struct1324 struct ExtendOpTraits<SCEVSignExtendExpr> : public ExtendOpTraitsBase { struct1325 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 { struct1341 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNUW;1343 static const GetExtendExprTy GetExtendExpr;1345 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()