Searched refs:umin_pred_ty (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h759 /// umin_pred_ty - Helper class for identifying unsigned min predicates.
760 struct umin_pred_ty { struct in namespace:llvm::PatternMatch
785 inline MaxMin_match<LHS, RHS, umin_pred_ty>
787 return MaxMin_match<LHS, RHS, umin_pred_ty>(L, R);
/external/llvm/include/llvm/IR/
H A DPatternMatch.h1006 struct umin_pred_ty { struct in namespace:llvm::PatternMatch
1059 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L,
1061 return MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty>(L, R);

Completed in 118 milliseconds