Searched refs:umax_pred_ty (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 753 struct umax_pred_ty { struct 779 inline MaxMin_match<LHS, RHS, umax_pred_ty> 781 return MaxMin_match<LHS, RHS, umax_pred_ty>(L, R); in m_UMax()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 999 struct umax_pred_ty { struct 1053 inline MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty> m_UMax(const LHS &L, in m_UMax() 1055 return MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>(L, R); in m_UMax()
|