Searched defs:MinMax (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h71 struct MinMax { struct in namespace:llvm
/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.cpp278 auto MinMax = std::minmax_element(Timings.begin(), Timings.end()); local
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp816 SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI); local
H A DAMDGPUISelLowering.cpp3770 SDValue MinMax local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1876 auto *MinMax = dyn_cast<MinMaxIntrinsic>(Op1); local
H A DInstCombineCalls.cpp1011 Function *MinMax = Intrinsic::getDeclaration(Mod, MinMaxID, II->getType()); local
1098 Function *MinMax = Intrinsic::getDeclaration(Mod, MinMaxID, II->getType()); local

Completed in 293 milliseconds