Searched defs:hasNoUnsignedWrap (Results 1 – 8 of 8) sorted by relevance
65 bool hasNoUnsignedWrap() const { return Flags & NUWFlag; } in hasNoUnsignedWrap() function
104 bool hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function
36 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { in hasNoUnsignedWrap() function
227 bool hasNoUnsignedWrap() const { hasNoUnsignedWrap() function
387 bool Instruction::hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function in Instruction
1579 bool GetElementPtrInst::hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function in GetElementPtrInst
1202 bool hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function
306 static bool hasNoUnsignedWrap(BinaryOperator &I) { in hasNoUnsignedWrap() function