Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DPatternMatch.h212 struct cst_pred_ty : public Predicate { struct
257 inline cst_pred_ty<is_one> m_One() { return cst_pred_ty<is_one>(); } in m_One()
265 inline cst_pred_ty<is_all_ones> m_AllOnes() {return cst_pred_ty<is_all_ones>();} in m_AllOnes()
273 inline cst_pred_ty<is_sign_bit> m_SignBit() {return cst_pred_ty<is_sign_bit>();} in m_SignBit()
281 inline cst_pred_ty<is_power2> m_Power2() { return cst_pred_ty<is_power2>(); } in m_Power2()