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

  /external/llvm/include/llvm/IR/
Comdat.h 36 Largest, ///< The linker will choose the largest COMDAT.
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 465 // Okay, find the largest scalar type from the other set and remove
468 MVT::SimpleValueType Largest = Other.TypeVec[Other.TypeVec.size()-1];
470 if (TypeVec[i] >= Largest) {
    [all...]

Completed in 2338 milliseconds