Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h156 struct api_pred_ty : public Predicate { struct
158 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() argument
183 inline api_pred_ty<is_one> m_One(const APInt *&V) { return V; } in m_One() argument
/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
221 template <typename ITy> bool match(ITy *V) { in match()