Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h445 multiplyWithNoWrap(const ConstantRange &Other, unsigned NoWrapKind,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1001 return multiplyWithNoWrap(Other, NoWrapKind); in overflowingBinaryOp()
1242 ConstantRange::multiplyWithNoWrap(const ConstantRange &Other, in multiplyWithNoWrap() function in ConstantRange