HomeSort by relevance Sort by last modified time
    Searched defs:LargestInt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 135 typedef Json::LargestInt LargestInt;
141 static const LargestInt minLargestInt;
143 static const LargestInt maxLargestInt;
274 LargestInt asLargestInt() const;
486 LargestInt int_;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 477 MVT::SimpleValueType LargestInt = MVT::Other;
480 LargestInt = Other.TypeVec[i];
484 if (isInteger(Other.TypeVec[i]) && Other.TypeVec[i] > LargestInt)
485 LargestInt = Other.TypeVec[i];
505 if (*TVI == LargestInt) {
    [all...]

Completed in 1514 milliseconds