Searched defs:ExtendOpTraits (Results 1 – 1 of 1) sorted by relevance
1193 template <typename ExtendOp> struct ExtendOpTraits { struct1206 struct ExtendOpTraits<SCEVSignExtendExpr> : public ExtendOpTraitsBase { struct1207 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNSW;1209 static const GetExtendExprTy GetExtendExpr;1211 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()1222 struct ExtendOpTraits<SCEVZeroExtendExpr> : public ExtendOpTraitsBase { struct1223 static const SCEV::NoWrapFlags WrapType = SCEV::FlagNUW;1225 static const GetExtendExprTy GetExtendExpr;1227 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()