Searched refs:BaseWrap (Results 1 – 1 of 1) sorted by relevance
3813 SCEV::NoWrapFlags BaseWrap = NUW ? SCEV::FlagNUW : SCEV::FlagAnyWrap; in getGEPExpr() local3814 auto *GEPExpr = getAddExpr(BaseExpr, Offset, BaseWrap); in getGEPExpr()