Home
last modified time | relevance | path

Searched refs:makeExactMulNSWRegion (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstantRange.cpp261 static ConstantRange makeExactMulNSWRegion(const APInt &V) { in makeExactMulNSWRegion() function
329 return makeExactMulNSWRegion(Other.getSignedMin()) in makeGuaranteedNoWrapRegion()
330 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()