HomeSort by relevance Sort by last modified time
    Searched refs:isSameValue (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
APSInt.h 137 return isSameValue(*this, APSInt(APInt(64, RHS), true));
262 static bool isSameValue(const APSInt &I1, const APSInt &I2) {
268 return isSameValue(I1, I2.extend(I1.getBitWidth()));
270 return isSameValue(I1.extend(I2.getBitWidth()), I2);
APInt.h 552 static bool isSameValue(const APInt &I1, const APInt &I2) {
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 310 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral());
464 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize()))
    [all...]

Completed in 68 milliseconds