Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h141 struct cst_pred_ty : public Predicate { struct
143 bool match(ITy *V) { in match()
/external/llvm/include/llvm/IR/
DPatternMatch.h204 template <typename Predicate> struct cst_pred_ty : public Predicate { struct
205 template <typename ITy> bool match(ITy *V) { in match()