Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPatternMatch.h380 template <typename Predicate> struct api_pred_ty : public Predicate { struct
383 api_pred_ty(const APInt *&R) : Res(R) {} in api_pred_ty() function
385 template <typename ITy> bool match(ITy *V) { in match()