Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DPatternMatch.h218 template <typename Predicate> struct api_pred_ty : public Predicate { struct
220 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument
245 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()