Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h406 template <typename Predicate> struct apf_pred_ty : public Predicate { struct
409 apf_pred_ty(const APFloat *&R) : Res(R) {} in apf_pred_ty() function
411 template <typename ITy> bool match(ITy *V) { in match()