Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp197 static ConstantRange makeExactMulNSWRegion(const APInt &V) { in makeExactMulNSWRegion() function
270 return makeExactMulNSWRegion(Other.getSignedMin()) in makeGuaranteedNoWrapRegion()
271 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp198 static ConstantRange makeExactMulNSWRegion(const APInt &V) { in makeExactMulNSWRegion() function
271 return makeExactMulNSWRegion(Other.getSignedMin()) in makeGuaranteedNoWrapRegion()
272 .intersectWith(makeExactMulNSWRegion(Other.getSignedMax())); in makeGuaranteedNoWrapRegion()