Home
last modified time | relevance | path

Searched refs:api_pred_ty (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPatternMatch.h238 template <typename Predicate> struct api_pred_ty : public Predicate { struct
241 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument
322 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { in m_MaxSignedValue()
334 inline api_pred_ty<is_negative> m_Negative(const APInt *&V) { in m_Negative()
346 inline api_pred_ty<is_nonnegative> m_NonNegative(const APInt *&V) { in m_NonNegative()
388 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { in m_Power2()
400 inline api_pred_ty<is_power2_or_zero> m_Power2OrZero(const APInt *&V) { in m_Power2OrZero()