Home
last modified time | relevance | path

Searched defs:hasNoUnsignedWrap (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h97 bool hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2019 bool BinaryOperator::hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function in BinaryOperator