Searched defs:api_pred_ty (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DPatternMatch.h226 /// api_pred_ty - This helper class is used to match scalar and vector constants
229 struct api_pred_ty : public Predicate { struct in namespace:llvm::PatternMatch
231 api_pred_ty(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::api_pred_ty
258 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; }
266 inline api_pred_ty<is_all_ones> m_AllOnes(const APInt *&V) { return V; }
274 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; }
282 inline api_pred_ty<is_power2> m_Power2(const APInt *&V) { return V; }

Completed in 100 milliseconds