Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h204 template <typename Predicate> struct cst_pred_ty : public Predicate { struct
205 template <typename ITy> bool match(ITy *V) { in match()