Home
last modified time | relevance | path

Searched defs:Largest (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DComdat.h37 Largest, ///< The linker will choose the largest COMDAT. enumerator
/external/llvm/include/llvm/IR/
DComdat.h34 Largest, ///< The linker will choose the largest COMDAT. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp58 auto Largest = result.back().first; in widen_8_16() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86LegalizerInfo.cpp53 auto Largest = result.back().first; in widen_1() local
/external/llvm/unittests/ADT/
DAPFloatTest.cpp3052 APFloat Largest = APFloat::getLargest(APFloat::IEEEdouble, false); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp3144 APFloat Largest = APFloat::getLargest(APFloat::IEEEdouble(), false); in TEST() local
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp425 MVT Largest = *std::max_element(Other.TypeVec.begin(), Other.TypeVec.end(), in EnforceSmallerThan() local