Searched defs:ExtendOpTraits (Results 1 – 1 of 1) sorted by relevance
1270 template <typename ExtendOp> struct ExtendOpTraits { struct1283 struct ExtendOpTraits<SCEVSignExtendExpr> : public ExtendOpTraitsBase { struct1284 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 { struct1300 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNUW;1302 static const GetExtendExprTy GetExtendExpr;1304 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()