Searched defs:bind_const_intval_ty (Results 1 – 1 of 1) sorted by relevance
348 struct bind_const_intval_ty { struct350 bind_const_intval_ty(uint64_t &V) : VR(V) {} in bind_const_intval_ty() function352 template <typename ITy> bool match(ITy *V) { in match()