Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()