Searched defs:bind_const_intval_ty (Results 1 – 3 of 3) sorted by relevance
247 struct bind_const_intval_ty { struct249 bind_const_intval_ty(uint64_t &V) : VR(V) {} in bind_const_intval_ty() function264 inline bind_const_intval_ty m_ConstantInt(uint64_t &V) { return V; } in m_ConstantInt() argument
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()
542 struct bind_const_intval_ty { struct545 bind_const_intval_ty(uint64_t &V) : VR(V) {} in bind_const_intval_ty() function547 template <typename ITy> bool match(ITy *V) { in match()