Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGEPNoWrapFlags.h64 bool hasNoUnsignedSignedWrap() const { return Flags & NUSWFlag; } in hasNoUnsignedSignedWrap() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1575 bool GetElementPtrInst::hasNoUnsignedSignedWrap() const { in hasNoUnsignedSignedWrap() function in GetElementPtrInst