Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h398 template <typename Predicate> struct apf_pred_ty : public Predicate { struct
401 apf_pred_ty(const APFloat *&R) : Res(R) {} in apf_pred_ty() function
403 template <typename ITy> bool match(ITy *V) { in match()