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