Searched refs:makeExactMulNSWRegion (Results 1 – 1 of 1) 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()