Searched defs:hasNoUnsignedWrap (Results 1 – 5 of 5) sorted by relevance
71 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { in hasNoUnsignedWrap() function
179 bool hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function
90 bool hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function
112 bool Instruction::hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function in Instruction
241 static bool hasNoUnsignedWrap(BinaryOperator &I) { in hasNoUnsignedWrap() function