Searched defs:hasNoSignedWrap (Results 1 – 5 of 5) sorted by relevance
77 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap() function
183 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
96 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
116 bool Instruction::hasNoSignedWrap() const { in hasNoSignedWrap() function in Instruction
246 static bool hasNoSignedWrap(BinaryOperator &I) { in hasNoSignedWrap() function