Searched defs:hasNoUnsignedSignedWrap (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | GEPNoWrapFlags.h | 64 bool hasNoUnsignedSignedWrap() const { return Flags & NUSWFlag; } in hasNoUnsignedSignedWrap() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Instructions.cpp | 1575 bool GetElementPtrInst::hasNoUnsignedSignedWrap() const { hasNoUnsignedSignedWrap() function in GetElementPtrInst |