Searched defs:isSameValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPSInt.h137 return isSameValue(*this, APSInt(APInt(64, RHS), true));
262 static bool isSameValue(const APSInt &I1, const APSInt &I2) { function in class:llvm::APSInt
268 return isSameValue(I1, I2.extend(I1.getBitWidth()));
270 return isSameValue(I1.extend(I2.getBitWidth()), I2);

Completed in 200 milliseconds