Searched defs:hasNoSignedWrap (Results 1 – 5 of 5) sorted by relevance
80 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap() function
213 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
105 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
177 bool Instruction::hasNoSignedWrap() const { in hasNoSignedWrap() function in Instruction
306 static bool hasNoSignedWrap(BinaryOperator &I) { in hasNoSignedWrap() function