Searched refs:api_pred_ty (Results 1 – 2 of 2) sorted by relevance
156 struct api_pred_ty : public Predicate { struct158 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument183 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; } in m_One() argument191 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; } in m_AllOnes()199 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; } in m_SignBit()207 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; } in m_Power2()
218 template <typename Predicate> struct api_pred_ty : public Predicate { struct220 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument245 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; } in m_One()255 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; } in m_AllOnes()265 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; } in m_SignBit()273 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; } in m_Power2()280 inline api_pred_ty<is_maxsignedvalue> m_MaxSignedValue(const APInt *&V) { return V; } in m_MaxSignedValue()