Searched refs:makeExactMulNSWRegion (Results 1 – 2 of 2) sorted by relevance
197 static ConstantRange makeExactMulNSWRegion(const APInt &V) { in makeExactMulNSWRegion() function270 return makeExactMulNSWRegion(Other.getSignedMin()) in makeGuaranteedNoWrapRegion()271 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()
198 static ConstantRange makeExactMulNSWRegion(const APInt &V) { in makeExactMulNSWRegion() function271 return makeExactMulNSWRegion(Other.getSignedMin()) in makeGuaranteedNoWrapRegion()272 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()