Searched defs:MinMax (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_printf_test.cc | 118 TEST(Printf, MinMax) { in TEST() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 276 auto MinMax = std::minmax_element(Timings.begin(), Timings.end()); in getStats() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 865 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); in LowerSELECT_CC() local
|
H A D | AMDGPUISelLowering.cpp | 3590 SDValue MinMax in performSelectCombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2028 Value *NotA = Op0, *MinMax = Op1; in visitSub() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41079 if (SDValue MinMax = combineMinMaxReduction(N, DAG, Subtarget)) in combineExtractVectorElt() local
|